mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Do not depend on gcc on FreeBSD 9 and lower
This commit is contained in:
parent
00e4f15bc5
commit
470e793640
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332019
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,6 @@ USE_XORG= x11 xext xrender
|
|||
USE_PERL5= build
|
||||
USE_LDCONFIG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GCC= yes
|
||||
|
||||
OPTIONS_DEFINE= BUNDLED_LIBS
|
||||
BUNDLED_LIBS_DESC= Use Qt-bundled jpeg, mng, png and tiff
|
||||
|
@ -53,6 +52,10 @@ MAKE_ARGS+= INSTALL_ROOT="${PREFIX}"
|
|||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 1000000
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 800000
|
||||
BROKEN= fails to extract on FreeBSD 7.X
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue