diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-27 23:44:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-27 23:44:03 +0000 |
commit | 02b58eff4a80d4b2ce52c7655794ddc9ac234417 (patch) | |
tree | 8245800e37dda85814663e695f270b8410e8b7be | |
parent | ruby18_static builds on amd64 (diff) |
Now builds on amd64
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=118468
-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: |