diff options
author | krion <krion@FreeBSD.org> | 2005-01-19 19:27:54 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-19 19:27:54 +0800 |
commit | c49bf45a69cd14a8c8a026029e8851701d5c4bd9 (patch) | |
tree | e2b8329dbf8d20f06c2959c1c362840a0aac44e2 /net-mgmt | |
parent | d4aa6b020f73d1b491df0b000c3c19b18ec6ad46 (diff) | |
download | freebsd-ports-gnome-c49bf45a69cd14a8c8a026029e8851701d5c4bd9.tar.gz freebsd-ports-gnome-c49bf45a69cd14a8c8a026029e8851701d5c4bd9.tar.zst freebsd-ports-gnome-c49bf45a69cd14a8c8a026029e8851701d5c4bd9.zip |
Fix build for net-mgmt/py-flowtools on amd64.
Diffstat (limited to 'net-mgmt')
-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' |