diff options
author | kris <kris@FreeBSD.org> | 2004-06-19 17:33:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-19 17:33:57 +0800 |
commit | 19bb47662ae37c55c34c03cb97e51131ab221d88 (patch) | |
tree | 305086b161eb8419f580bd0f403fa447e9cf85d5 /security | |
parent | 8a1d7fa149126759ecaa99e89fb17e54e748453e (diff) | |
download | freebsd-ports-graphics-19bb47662ae37c55c34c03cb97e51131ab221d88.tar.gz freebsd-ports-graphics-19bb47662ae37c55c34c03cb97e51131ab221d88.tar.zst freebsd-ports-graphics-19bb47662ae37c55c34c03cb97e51131ab221d88.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'security')
-rw-r--r-- | security/sfs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 2f860eac2b0..2581e9893aa 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -30,6 +30,10 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \ .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + .if ${OSVERSION} > 500000 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} |