diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-20 23:40:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-20 23:40:37 +0000 |
commit | fb53e3e217c0fc4b20fde2a80bd7e0ae37fe44cd (patch) | |
tree | 9dfdcc21d12982c99f400c21be9327fc01e0817e /security/libecc/Makefile | |
parent | 1b404931b850f2644d3f3c8594dcb0ff7b13eb37 (diff) | |
download | ports-fb53e3e217c0fc4b20fde2a80bd7e0ae37fe44cd.tar.gz ports-fb53e3e217c0fc4b20fde2a80bd7e0ae37fe44cd.zip |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=139748
Diffstat (limited to 'security/libecc/Makefile')
-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}" |