From 8a5bcf0b44c3345fd0c7688d7b5c0cffd8c0db61 Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 30 Dec 2004 00:44:24 +0000 Subject: Attempt to fix build on !i386 Reported by: pointyhat via kris --- lang/pnet-base/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lang') 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 .if ${ARCH} != "i386" -CONFIGURE_ARGS+= --without-libffi -.endif - -.if ${ARCH} == "sparc64" -CONFIGURE_ARGS+= --without-libgc +CONFIGURE_ARGS+= --without-libffi \ + --without-libgc .endif post-everything:: -- cgit