1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Fix build on amd64.

This commit is contained in:
Kirill Ponomarev 2005-01-08 11:25:26 +00:00
parent 22688708c4
commit 4c968c66e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125781

View File

@ -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