diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-09-25 23:11:39 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-09-25 23:11:39 +0000 |
commit | c295ea3e4a5f15a67485de34ec0c3bd168b002b8 (patch) | |
tree | 78c489c1c805fc0d837167c1d829e167639bf3c6 /security/py-python-nss | |
parent | - Update to 2.11.0 (diff) |
Fix build on mips* and powerpc64
PR: 231715
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: IntegriCloud
Notes
Notes:
svn path=/head/; revision=480707
Diffstat (limited to 'security/py-python-nss')
-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" \ |