mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Simplify the use of USE_GCC.
Approved by: nivit (maintainer)
This commit is contained in:
parent
0b7ea16492
commit
d5c5b75dde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226369
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user