From 482b687fb5e56f4419dc905db4c77169b803af79 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 10 Apr 2005 20:56:05 +0000 Subject: Now builds on sparc64 and (presumably) ia64 --- security/cryptopp/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'security') 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 -.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 -- cgit