diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 10:33:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 10:33:03 +0000 |
commit | 9bc52272d3acb4f076652bc4b87b0145a29f6202 (patch) | |
tree | 41319b792aad35f144eb8eb6b98a41f332da5f4c /security/shibboleth-sp | |
parent | 4077815d30a8f7b46fe5530c6fef88ac7e64ad31 (diff) | |
download | ports-9bc52272d3acb4f076652bc4b87b0145a29f6202.tar.gz ports-9bc52272d3acb4f076652bc4b87b0145a29f6202.zip |
Notes
Diffstat (limited to 'security/shibboleth-sp')
-rw-r--r-- | security/shibboleth-sp/Makefile | 7 |
1 files changed, 7 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> |