View | Details | Raw Unified | Return to bug 231715
Collapse All | Expand All

(-)Makefile (-5 / +1 lines)
Lines 15-28 Link Here
15
LICENSE_FILE_GPLv2+ =	${WRKSRC}/LICENSE.gpl
15
LICENSE_FILE_GPLv2+ =	${WRKSRC}/LICENSE.gpl
16
LICENSE_FILE_MPL20=	${WRKSRC}/LICENSE.mpl
16
LICENSE_FILE_MPL20=	${WRKSRC}/LICENSE.mpl
17
17
18
BROKEN_mips=		fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions
19
BROKEN_mips64=		fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions
20
BROKEN_powerpc64=	fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions
21
22
LIB_DEPENDS=	libnspr4.so:devel/nspr \
18
LIB_DEPENDS=	libnspr4.so:devel/nspr \
23
		libnss3.so:security/nss
19
		libnss3.so:security/nss
24
20
25
USES=		python tar:bzip2
21
USES=		compiler:c11 python tar:bzip2
26
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
27
23
28
PYDISTUTILS_CONFIGUREARGS=	--include-root="${LOCALBASE}/include" \
24
PYDISTUTILS_CONFIGUREARGS=	--include-root="${LOCALBASE}/include" \

Return to bug 231715