mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -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_PERL5= build
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
USE_GCC= yes
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= BUNDLED_LIBS
|
OPTIONS_DEFINE= BUNDLED_LIBS
|
||||||
BUNDLED_LIBS_DESC= Use Qt-bundled jpeg, mng, png and tiff
|
BUNDLED_LIBS_DESC= Use Qt-bundled jpeg, mng, png and tiff
|
||||||
|
@ -53,6 +52,10 @@ MAKE_ARGS+= INSTALL_ROOT="${PREFIX}"
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 1000000
|
||||||
|
USE_GCC= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} < 800000
|
.if ${OSVERSION} < 800000
|
||||||
BROKEN= fails to extract on FreeBSD 7.X
|
BROKEN= fails to extract on FreeBSD 7.X
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue