mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Remove an unnecessary variable from CONFIGURE_ENV.
The default C++ header path is set via --with-gxx-include-dir instead. Reviewed by: bdrewery Differential Revision: https://reviews.freebsd.org/D15541
This commit is contained in:
parent
577259b6f1
commit
f3d7145d03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472012
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ LICENSE_COMB= multi
|
|||
GCC_TARGET= ${ARCH}-unknown-${OPSYS:tl}${OSREL}
|
||||
|
||||
PREFIX= /usr
|
||||
CONFIGURE_ENV= gcc_gxx_include_dir="/usr/include/c++/v1" \
|
||||
NM=/usr/bin/nm \
|
||||
CONFIGURE_ENV= NM=/usr/bin/nm \
|
||||
AS_FOR_TARGET=/usr/bin/as \
|
||||
LD_FOR_TARGET=/usr/bin/ld \
|
||||
NM_FOR_TARGET=/usr/bin/nm
|
||||
|
|
Loading…
Add table
Reference in a new issue