diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-19 11:27:54 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-19 11:27:54 +0000 |
commit | 2ce1770c17741fa50901fd0a8c3b68659edab4b8 (patch) | |
tree | 27389651560eef21e436f2d60ee44e45ea74a0ab /net-mgmt/flow-tools/files | |
parent | 6b39dd78d3887d433a285d429346d82ab11768a7 (diff) | |
download | ports-2ce1770c17741fa50901fd0a8c3b68659edab4b8.tar.gz ports-2ce1770c17741fa50901fd0a8c3b68659edab4b8.zip |
Notes
Diffstat (limited to 'net-mgmt/flow-tools/files')
-rw-r--r-- | net-mgmt/flow-tools/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/flow-tools/files/patch-configure b/net-mgmt/flow-tools/files/patch-configure new file mode 100644 index 000000000000..9d41c0c397aa --- /dev/null +++ b/net-mgmt/flow-tools/files/patch-configure @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- configure.orig ++++ configure +@@ -1674,7 +1674,7 @@ + ac_config_headers="$ac_config_headers lib/ftconfig.h:lib/ftconfig.h.in" + + +-CFLAGS="-g -Wall" ++CFLAGS="-g -Wall -fPIC" + + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' |