Merge r479405 | mat | 2018-09-10 from lang/gcc8-devel to lang/gcc8 as well:
After an include, PLIST_SUB must be appended to, not overwritten. If it is overwritten, many values will be clobbered, and pain will ensue. PR: 230864 Reviewed by: mat
This commit is contained in:
parent
06d61f09f7
commit
c4b254bba9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485839
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ CONFIGURE_ARGS+=--disable-nls \
|
|||
--with-system-zlib
|
||||
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
||||
USE_LDCONFIG= ${TARGLIB}
|
||||
PLIST_SUB= GCC_VERSION=${GCC_VERSION} \
|
||||
PLIST_SUB+= GCC_VERSION=${GCC_VERSION} \
|
||||
GNU_HOST=${CONFIGURE_TARGET} \
|
||||
SUFFIX=${SUFFIX}
|
||||
INFO= gcc${SUFFIX}/cpp \
|
||||
|
|
Loading…
Reference in a new issue