diff options
author | John Baldwin <jhb@FreeBSD.org> | 2018-03-30 17:25:11 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2018-03-30 17:25:11 +0000 |
commit | a9c04bc3c35183a969edaee18f9337d4fcce62be (patch) | |
tree | 8b8a2ec538f4adf28289ec1eb6c8b15b4874942f | |
parent | Update to 3.7 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | devel/powerpc64-gcc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/powerpc64-gcc/Makefile b/devel/powerpc64-gcc/Makefile index 65774a932da3..d2aab53b3c13 100644 --- a/devel/powerpc64-gcc/Makefile +++ b/devel/powerpc64-gcc/Makefile @@ -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} \ |