diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/shibboleth-sp/Makefile | 7 | ||||
-rw-r--r-- | security/shibboleth2-sp/Makefile | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/security/shibboleth-sp/Makefile b/security/shibboleth-sp/Makefile index 710cdd5fe0f1..8ba441551a7a 100644 --- a/security/shibboleth-sp/Makefile +++ b/security/shibboleth-sp/Makefile @@ -38,4 +38,11 @@ post-patch: @${REINPLACE_CMD} -e 's|/run|/run/shibboleth|' ${WRKSRC}/configs/Makefile.in @${REINPLACE_CMD} -e 's|/doc/|/share/doc/|' ${WRKSRC}/doc/Makefile.in +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile; author is investigating +.endif + .include <bsd.port.post.mk> diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index 710cdd5fe0f1..8ba441551a7a 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -38,4 +38,11 @@ post-patch: @${REINPLACE_CMD} -e 's|/run|/run/shibboleth|' ${WRKSRC}/configs/Makefile.in @${REINPLACE_CMD} -e 's|/doc/|/share/doc/|' ${WRKSRC}/doc/Makefile.in +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile; author is investigating +.endif + .include <bsd.port.post.mk> |