aboutsummaryrefslogtreecommitdiff
path: root/lang/pnet-base
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-12-30 00:44:24 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-12-30 00:44:24 +0000
commit5629a01a8d5774d2e131ccefede197a1e89f3720 (patch)
tree86ee2c098244cd0b06b4e29679fee27c3f3427cf /lang/pnet-base
parent2c7890e14fa51a30ad8b0c4e2c28811648a4b78c (diff)
downloadports-5629a01a8d5774d2e131ccefede197a1e89f3720.tar.gz
ports-5629a01a8d5774d2e131ccefede197a1e89f3720.zip
Attempt to fix build on !i386
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=125493
Diffstat (limited to 'lang/pnet-base')
-rw-r--r--lang/pnet-base/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile
index 54ad9140dcbb..182cf6e3716a 100644
--- a/lang/pnet-base/Makefile
+++ b/lang/pnet-base/Makefile
@@ -46,11 +46,8 @@ MAN1= clrwrap.1 csant.1 cscc.1 csdoc.1 csdoc2hier.1 csdoc2html.1 \
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
-CONFIGURE_ARGS+= --without-libffi
-.endif
-
-.if ${ARCH} == "sparc64"
-CONFIGURE_ARGS+= --without-libgc
+CONFIGURE_ARGS+= --without-libffi \
+ --without-libgc
.endif
post-everything::