svn commit: r439866 - head/devel/elfutils
Gerald Pfeifer
gerald at FreeBSD.org
Mon May 1 10:58:19 UTC 2017
Author: gerald
Date: Mon May 1 10:58:17 2017
New Revision: 439866
URL: https://svnweb.freebsd.org/changeset/ports/439866
Log:
Force the use of GCC 4.8 (strictly), since this port fails with newer
versions.
PR: 217000
Requested by: cem (maintainer)
Modified:
head/devel/elfutils/Makefile
Modified: head/devel/elfutils/Makefile
==============================================================================
--- head/devel/elfutils/Makefile Mon May 1 09:47:34 2017 (r439865)
+++ head/devel/elfutils/Makefile Mon May 1 10:58:17 2017 (r439866)
@@ -29,7 +29,7 @@ NLS_CONFIGURE_ENABLE= nls
USES= gmake libtool tar:bzip2
USE_AUTOTOOLS= automake:env
-USE_GCC= yes
+USE_GCC= 4.8 # fails to build with newer versions
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list