diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 20:56:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 20:56:05 +0000 |
commit | c4bba30ba608b2a27649084e0d284945eafd69f2 (patch) | |
tree | d3ed87a963f124c3f4e26560104c088a2ce484d3 /security/cryptopp | |
parent | d73cdf36eb14006286ef0d084413d89aed5b2134 (diff) | |
download | ports-c4bba30ba608b2a27649084e0d284945eafd69f2.tar.gz ports-c4bba30ba608b2a27649084e0d284945eafd69f2.zip |
Notes
Diffstat (limited to 'security/cryptopp')
-rw-r--r-- | security/cryptopp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index 3f14733f21e5..c1cb7704526f 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -29,10 +29,6 @@ CXXFLAGS+= -fPIC .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not compile on ia64 or sparc64" -.endif - .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 BROKEN= "Internal compiler error on alpha 4.x" .endif |