diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:39:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:39:43 +0800 |
commit | 34537c4182d03b59d89c0ae6981cbc316131cb2e (patch) | |
tree | 1c97c48ffac006a8fd723345fefaa9c5994f4cc4 /security | |
parent | 3481f725f82def1d9233fadb14e0f77c6642c934 (diff) | |
download | freebsd-ports-gnome-34537c4182d03b59d89c0ae6981cbc316131cb2e.tar.gz freebsd-ports-gnome-34537c4182d03b59d89c0ae6981cbc316131cb2e.tar.zst freebsd-ports-gnome-34537c4182d03b59d89c0ae6981cbc316131cb2e.zip |
Does not compile on sparc64: unrecognized C++ options.
Diffstat (limited to 'security')
-rw-r--r-- | security/cryptopp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index 8fb65878fc13..3e21a5ce7df0 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -41,4 +41,10 @@ do-install: ${CP} ${WRKSRC}/License.txt ${PREFIX}/share/doc/cryptopp/License .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: unrecognized C++ options +.endif + +.include <bsd.port.post.mk> |