diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-19 09:33:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-19 09:33:57 +0000 |
commit | 5482972741b3ae2e0afcc3dcd114a58c54f01e43 (patch) | |
tree | 676be7d0962d0abcd2a1647290162da26b87716f /security/sfs/Makefile | |
parent | BROKEN on amd64: Shared libraries must be compiled with -fPIC (diff) |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=111806
Diffstat (limited to 'security/sfs/Makefile')
-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 2f860eac2b08..2581e9893aa8 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} |