diff options
author | kris <kris@FreeBSD.org> | 2005-04-11 04:56:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-11 04:56:05 +0800 |
commit | 482b687fb5e56f4419dc905db4c77169b803af79 (patch) | |
tree | 05862a2fa79fded8b224636e3cf1a2de3cc24b73 /security | |
parent | f234b64cfc98af2023460a18653e75fead5d19ec (diff) | |
download | freebsd-ports-gnome-482b687fb5e56f4419dc905db4c77169b803af79.tar.gz freebsd-ports-gnome-482b687fb5e56f4419dc905db4c77169b803af79.tar.zst freebsd-ports-gnome-482b687fb5e56f4419dc905db4c77169b803af79.zip |
Now builds on sparc64 and (presumably) ia64
Diffstat (limited to 'security')
-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 |