diff options
Diffstat (limited to 'security/py-python-nss/Makefile')
-rw-r--r-- | security/py-python-nss/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/py-python-nss/Makefile b/security/py-python-nss/Makefile index b5df5c88b46f..0cd977f9cf64 100644 --- a/security/py-python-nss/Makefile +++ b/security/py-python-nss/Makefile @@ -15,14 +15,10 @@ LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.lgpl LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.gpl LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE.mpl -BROKEN_mips= fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions -BROKEN_mips64= fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions -BROKEN_powerpc64= fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions - LIB_DEPENDS= libnspr4.so:devel/nspr \ libnss3.so:security/nss -USES= python tar:bzip2 +USES= compiler:c11 python tar:bzip2 USE_PYTHON= autoplist distutils PYDISTUTILS_CONFIGUREARGS= --include-root="${LOCALBASE}/include" \ |