diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-06 02:40:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-06 02:40:16 +0800 |
commit | 39ab0d7eaa3c18233294f0c70407c39a0edb12f2 (patch) | |
tree | d82120be7d83f079a7db847b79ebd8f909f837d8 | |
parent | 47974f877ffe94afbd4483415a623411c92647b7 (diff) | |
download | freebsd-ports-gnome-39ab0d7eaa3c18233294f0c70407c39a0edb12f2.tar.gz freebsd-ports-gnome-39ab0d7eaa3c18233294f0c70407c39a0edb12f2.tar.zst freebsd-ports-gnome-39ab0d7eaa3c18233294f0c70407c39a0edb12f2.zip |
- Unbreak
- USE_GCC 3.2
PR: ports/105150
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Sponsored by: FreeBSD Bug-a-thon #2
-rw-r--r-- | math/goblin/Makefile | 5 | ||||
-rw-r--r-- | misc/goblin/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
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 <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if ${OSVERSION} < 500035 CXXFLAGS+= -fhuge-objects .endif diff --git a/misc/goblin/Makefile b/misc/goblin/Makefile index cda9f4d0fd23..2c29ddd35a32 100644 --- a/misc/goblin/Makefile +++ b/misc/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 |