Simplify the use of USE_GCC.

Approved by:	nivit (maintainer)
This commit is contained in:
Gerald Pfeifer 2009-01-18 13:42:57 +00:00
parent 0b7ea16492
commit d5c5b75dde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226369

View File

@ -23,6 +23,7 @@ MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS}"
USE_GMAKE= yes
USE_GCC= 4.2+
USE_LDCONFIG= yes
USE_ZIP= yes
@ -44,10 +45,6 @@ post-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700042
USE_GCC= 4.2+
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif