svn commit: r344321 - head/lang/gcc48

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 15 01:13:02 UTC 2014


Author: gerald
Date: Sat Feb 15 01:13:02 2014
New Revision: 344321
URL: http://svnweb.freebsd.org/changeset/ports/344321
QAT: https://qat.redports.org/buildarchive/r344321/

Log:
  Add missing hunk for --enable-gnu-indirect-function for previous commit.

Modified:
  head/lang/gcc48/Makefile

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Sat Feb 15 01:11:37 2014	(r344320)
+++ head/lang/gcc48/Makefile	Sat Feb 15 01:13:02 2014	(r344321)
@@ -70,6 +70,7 @@ CONFIGURE_ARGS+=--disable-bootstrap
 ALL_TARGET=	bootstrap-lean
 .endif
 CONFIGURE_ARGS+=--disable-nls \
+		--enable-gnu-indirect-function \
 		--libdir=${TARGLIB} \
 		--libexecdir=${LIBEXEC} \
 		--program-suffix=${SUFFIX} \


More information about the svn-ports-all mailing list