svn commit: r472012 - head/base/gcc

John Baldwin jhb at FreeBSD.org
Fri Jun 8 16:06:50 UTC 2018


Author: jhb (src,doc committer)
Date: Fri Jun  8 16:06:49 2018
New Revision: 472012
URL: https://svnweb.freebsd.org/changeset/ports/472012

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

Modified:
  head/base/gcc/Makefile

Modified: head/base/gcc/Makefile
==============================================================================
--- head/base/gcc/Makefile	Fri Jun  8 16:05:07 2018	(r472011)
+++ head/base/gcc/Makefile	Fri Jun  8 16:06:49 2018	(r472012)
@@ -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


More information about the svn-ports-all mailing list