diff options
author | krion <krion@FreeBSD.org> | 2005-01-08 11:25:26 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-08 11:25:26 +0000 |
commit | b1d216aa8ea91da45affda2567260e9ba93ad625 (patch) | |
tree | 6a969d13fb1176555e080e95713779f9cc894100 /net-mgmt | |
parent | 89eda1691b769abd27aa6e6635b19efd5cdd64d9 (diff) | |
download | FreeBSD-ports-b1d216aa8ea91da45affda2567260e9ba93ad625.zip FreeBSD-ports-b1d216aa8ea91da45affda2567260e9ba93ad625.tar.gz |
Fix build on amd64.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-flowtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/py-flowtools/Makefile b/net-mgmt/py-flowtools/Makefile index a064bc6..18df7fa 100644 --- a/net-mgmt/py-flowtools/Makefile +++ b/net-mgmt/py-flowtools/Makefile @@ -17,7 +17,7 @@ COMMENT= Python extension module for reading flow-tools' data BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC USE_PYTHON= yes USE_PYDISTUTILS= yes |