mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
USE_GCC=7 is the oldest version supported, so change that into the
preferred USE_GCC=yes. This should not practically affect most systems and builds since, unless GCC 7 is the only one installed, we'd go for the default version anyway. Approved by: portmgr (blanket)
This commit is contained in:
parent
4106abfb2a
commit
80e0b65d57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511967
@ -26,7 +26,7 @@ USES= compiler:c++17-lang cpe gmake libtool ncurses pathfix \
|
||||
|
||||
CPE_VENDOR= apache
|
||||
CPE_PRODUCT= traffic_server
|
||||
USE_GCC= 7+
|
||||
USE_GCC= yes
|
||||
USE_PERL5= build run
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user