diff options
Diffstat (limited to 'security/libecc')
-rw-r--r-- | security/libecc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/libecc/Makefile b/security/libecc/Makefile index 7e9fcb165964..eb0e256065ca 100644 --- a/security/libecc/Makefile +++ b/security/libecc/Makefile @@ -26,6 +26,10 @@ CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + .if ${OSVERSION} < 501103 # Work around bsd.port.mk bug: Does not currently set up MAKE_ENV for gcc 3.2 and 3.3 MAKE_ENV+= CC="${CC}" CXX="${CXX}" |