diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-31 03:27:42 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-31 03:27:42 +0000 |
commit | 41a12edcd868c4645e681625b03cf6b3fdfc43ce (patch) | |
tree | afa312dfdbf42b1e432da577791129f08408a7e7 /security | |
parent | s/varargs.h/stdarg.h/ (diff) |
Fix Build on AMD64
Diffstat (limited to 'security')
-rw-r--r-- | security/py-twofish/Makefile | 3 |
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} |