- Unbreak

- USE_GCC 3.2

PR:		ports/105150
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
Sponsored by:   FreeBSD Bug-a-thon #2
This commit is contained in:
Martin Wilke 2006-11-05 18:40:16 +00:00
parent 100c096aab
commit cca2141326
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176525
2 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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