diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:40:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:40:31 +0000 |
commit | fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e (patch) | |
tree | acb4b2fabfae7f10029c7fcb78c44f91b703fedb /security/py-python-nss | |
parent | www/py-flexget: update to 2.13.22 (diff) |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=472699
Diffstat (limited to 'security/py-python-nss')
-rw-r--r-- | security/py-python-nss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-python-nss/Makefile b/security/py-python-nss/Makefile index 2e9adfe5bb24..54adb87c98ff 100644 --- a/security/py-python-nss/Makefile +++ b/security/py-python-nss/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.lgpl LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.gpl LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE.mpl +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 |