diff options
author | kris <kris@FreeBSD.org> | 2004-09-28 07:44:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-28 07:44:03 +0800 |
commit | 3563289a42a39504d0806b135e0418d2876709cd (patch) | |
tree | 80f46fcff0f9a502a5ca12d377673dad8f13a3b6 /security/cryptopp | |
parent | 1c4df2a777b1c7b0410087977d6f3f0ce2647f9f (diff) | |
download | freebsd-ports-gnome-3563289a42a39504d0806b135e0418d2876709cd.tar.gz freebsd-ports-gnome-3563289a42a39504d0806b135e0418d2876709cd.tar.zst freebsd-ports-gnome-3563289a42a39504d0806b135e0418d2876709cd.zip |
Now builds on amd64
Approved by: portmgr (self)
Diffstat (limited to 'security/cryptopp')
-rw-r--r-- | security/cryptopp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index 807622028d7f..165b07d5f7bd 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -27,8 +27,8 @@ MAKEFILE= GNUmakefile .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Does not compile on !i386 and !alpha" +.if ${ARCH} == "ia64 && ${ARCH} == "sparc64" +BROKEN= "Does not compile on ia64 or sparc64" .endif pre-install: |