From a9c04bc3c35183a969edaee18f9337d4fcce62be Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 30 Mar 2018 17:25:11 +0000 Subject: [PATCH] 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 --- devel/powerpc64-gcc/Makefile | 2 -- 1 file changed, 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} \