Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2018 17:25:11 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465987 - head/devel/powerpc64-gcc
Message-ID:  <201803301725.w2UHPB9M041211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb (src,doc committer)
Date: Fri Mar 30 17:25:11 2018
New Revision: 465987
URL: https://svnweb.freebsd.org/changeset/ports/465987

Log:
  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

Modified:
  head/devel/powerpc64-gcc/Makefile

Modified: head/devel/powerpc64-gcc/Makefile
==============================================================================
--- head/devel/powerpc64-gcc/Makefile	Fri Mar 30 17:04:07 2018	(r465986)
+++ head/devel/powerpc64-gcc/Makefile	Fri Mar 30 17:25:11 2018	(r465987)
@@ -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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803301725.w2UHPB9M041211>