diff options
author | kris <kris@FreeBSD.org> | 2005-04-10 20:56:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-10 20:56:05 +0000 |
commit | 482b687fb5e56f4419dc905db4c77169b803af79 (patch) | |
tree | 05862a2fa79fded8b224636e3cf1a2de3cc24b73 /security/cryptopp | |
parent | f234b64cfc98af2023460a18653e75fead5d19ec (diff) | |
download | FreeBSD-ports-482b687fb5e56f4419dc905db4c77169b803af79.zip FreeBSD-ports-482b687fb5e56f4419dc905db4c77169b803af79.tar.gz |
Now builds on sparc64 and (presumably) ia64
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 3f14733..c1cb770 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 |