diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-24 03:50:52 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-24 03:50:52 +0000 |
commit | 83b062f45a86dd1350576a1f7c819214c3084d2c (patch) | |
tree | aec456e6ec0bde96854f5d6f792d03e7db1d3718 /lang/pnet-base | |
parent | f1c13589306a2501a1d1931b3c393472b7b45b10 (diff) |
Notes
Diffstat (limited to 'lang/pnet-base')
-rw-r--r-- | lang/pnet-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile index 1a27571f0e2a..dee332cb5ea2 100644 --- a/lang/pnet-base/Makefile +++ b/lang/pnet-base/Makefile @@ -46,7 +46,7 @@ MAN1= clrwrap.1 csant.1 cscc.1 csdoc.1 csdoc2hier.1 csdoc2html.1 \ .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Configure fails on !i386" +CONFIGURE_ARGS+= --without-libffi .endif post-everything:: |