From b3fae512d56be3a96f98e826fbe084533e7c0bbe Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 27 Dec 2004 01:16:28 +0000 Subject: Attempt to fix build on sparc64 Pointed out by: pointyhat via kris --- lang/pnet-base/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang') diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile index dee332cb5ea2..54ad9140dcbb 100644 --- a/lang/pnet-base/Makefile +++ b/lang/pnet-base/Makefile @@ -49,6 +49,10 @@ MAN1= clrwrap.1 csant.1 cscc.1 csdoc.1 csdoc2hier.1 csdoc2html.1 \ CONFIGURE_ARGS+= --without-libffi .endif +.if ${ARCH} == "sparc64" +CONFIGURE_ARGS+= --without-libgc +.endif + post-everything:: .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} "Define optimized CFLAGS with" -- cgit