diff options
author | jhale <jhale@FreeBSD.org> | 2018-09-26 07:11:39 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-09-26 07:11:39 +0800 |
commit | 24b5765c7c4c727303592d4615964bbdb22e9fe9 (patch) | |
tree | 78c489c1c805fc0d837167c1d829e167639bf3c6 | |
parent | 5b6c3672f1f1229cbef9a40059ca4bb834e76a3a (diff) | |
download | freebsd-ports-gnome-24b5765c7c4c727303592d4615964bbdb22e9fe9.tar.gz freebsd-ports-gnome-24b5765c7c4c727303592d4615964bbdb22e9fe9.tar.zst freebsd-ports-gnome-24b5765c7c4c727303592d4615964bbdb22e9fe9.zip |
Fix build on mips* and powerpc64
PR: 231715
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: IntegriCloud
-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" \ |