summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-19 11:27:54 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-19 11:27:54 +0000
commit2ce1770c17741fa50901fd0a8c3b68659edab4b8 (patch)
tree27389651560eef21e436f2d60ee44e45ea74a0ab /net-mgmt
parentUpdate port: games/powermanga to 0.79 (diff)
Fix build for net-mgmt/py-flowtools on amd64.
Notes
Notes: svn path=/head/; revision=126822
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/flow-tools/files/patch-configure14
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'