From cca2141326d08387ed70fae13ae291477fe8cb7a Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 5 Nov 2006 18:40:16 +0000 Subject: - Unbreak - USE_GCC 3.2 PR: ports/105150 Submitted by: Thomas Abthorpe Sponsored by: FreeBSD Bug-a-thon #2 --- math/goblin/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'math/goblin') diff --git a/math/goblin/Makefile b/math/goblin/Makefile index cda9f4d0fd23..2c29ddd35a32 100644 --- a/math/goblin/Makefile +++ b/math/goblin/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 CONFLICTS= ImageMagick-[0-9]* display-* USE_GMAKE= yes +USE_GCC= 3.2 MAKE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ LD="${CXX}" LIBS="-lm ${LDFLAGS}" LISShared="-lm ${LDFLAGS}" \ @@ -36,10 +37,6 @@ WISH= ${LOCALBASE}/bin/wish8.3 .include -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if ${OSVERSION} < 500035 CXXFLAGS+= -fhuge-objects .endif -- cgit v1.2.3