mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
Remove CONFIGURE_ENV to set C++ include path.
The previous change to fix the name of the argument passed to configure to set this path means that the setting is no longer required in the environment. Did not bump PORTREVISION since this should be a no-op. Reviewed by: bdrewery Differential Revision: https://reviews.freebsd.org/D14882
This commit is contained in:
parent
ab67fac730
commit
a9c04bc3c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465987
@ -19,8 +19,6 @@ LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
BUILD_DEPENDS= ${BU_PREFIX}-as:devel/${PKGNAMEPREFIX}binutils
|
||||
RUN_DEPENDS= ${BU_PREFIX}-as:devel/${PKGNAMEPREFIX}binutils
|
||||
|
||||
CONFIGURE_ENV= gcc_gxx_include_dir="/usr/include/c++/v1"
|
||||
|
||||
USES= gmake iconv libtool tar:bzip2 makeinfo compiler
|
||||
PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \
|
||||
OPSYS=${OPSYS:tl} \
|
||||
|
Loading…
Reference in New Issue
Block a user