aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}