diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-27 01:16:28 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-27 01:16:28 +0000 |
commit | ec1f38f3c33c6388aa1afe12364b687b9c11a842 (patch) | |
tree | ca44395d0d0d76bf43916f35484239de79b4c9e3 /lang/pnet-base/Makefile | |
parent | [MAINTAINER UPDATE] emulators/mupen64-sound fix plist (diff) |
Attempt to fix build on sparc64
Pointed out by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=125252
Diffstat (limited to 'lang/pnet-base/Makefile')
-rw-r--r-- | lang/pnet-base/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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" |