summaryrefslogtreecommitdiffstats
path: root/math/goblin
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-05 18:40:16 +0000
committermiwi <miwi@FreeBSD.org>2006-11-05 18:40:16 +0000
commit39ab0d7eaa3c18233294f0c70407c39a0edb12f2 (patch)
treed82120be7d83f079a7db847b79ebd8f909f837d8 /math/goblin
parent47974f877ffe94afbd4483415a623411c92647b7 (diff)
downloadFreeBSD-ports-39ab0d7eaa3c18233294f0c70407c39a0edb12f2.zip
FreeBSD-ports-39ab0d7eaa3c18233294f0c70407c39a0edb12f2.tar.gz
- Unbreak
- USE_GCC 3.2 PR: ports/105150 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Sponsored by: FreeBSD Bug-a-thon #2
Diffstat (limited to 'math/goblin')
-rw-r--r--math/goblin/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/goblin/Makefile b/math/goblin/Makefile
index cda9f4d..2c29ddd3 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 <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
.if ${OSVERSION} < 500035
CXXFLAGS+= -fhuge-objects
.endif
OpenPOWER on IntegriCloud