svn commit: r484385 - head/devel/elfutils

Konstantin Belousov kib at FreeBSD.org
Wed Nov 7 04:40:02 UTC 2018


Author: kib (src committer)
Date: Wed Nov  7 04:40:00 2018
New Revision: 484385
URL: https://svnweb.freebsd.org/changeset/ports/484385

Log:
  Require gcc 7 for build of devel/elfutils.
  
  This fixes the build if default gcc version is changed by user.
  
  Approved by:	bdrewery, cem (maintainer)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/devel/elfutils/Makefile

Modified: head/devel/elfutils/Makefile
==============================================================================
--- head/devel/elfutils/Makefile	Wed Nov  7 04:33:29 2018	(r484384)
+++ head/devel/elfutils/Makefile	Wed Nov  7 04:40:00 2018	(r484385)
@@ -34,7 +34,7 @@ NLS_USES_OFF=	gettext  # used anyway
 NLS_CONFIGURE_ENABLE=	nls
 
 USES=		autoreconf gmake libtool tar:bzip2
-USE_GCC=	yes
+USE_GCC=	7
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list