aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-01-31 03:27:42 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-01-31 03:27:42 +0000
commit41a12edcd868c4645e681625b03cf6b3fdfc43ce (patch)
treeafa312dfdbf42b1e432da577791129f08408a7e7 /security
parent941f62f485c9267833d15af019309a91e41b4730 (diff)
downloadports-41a12edcd868c4645e681625b03cf6b3fdfc43ce.tar.gz
ports-41a12edcd868c4645e681625b03cf6b3fdfc43ce.zip
Fix Build on AMD64
Notes
Notes: svn path=/head/; revision=99577
Diffstat (limited to 'security')
-rw-r--r--security/py-twofish/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile
index 2b9188a79789..aa168c1c206f 100644
--- a/security/py-twofish/Makefile
+++ b/security/py-twofish/Makefile
@@ -18,10 +18,9 @@ DISTNAME= twofishmodule-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Twofish cryptographic module for Python
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-
USE_PYTHON= yes
GNU_CONFIGURE= yes
+CFLAGS+= -fPIC
do-install:
${INSTALL_DATA} ${WRKSRC}/_twofish.so ${PYTHON_SITELIBDIR}