Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2017 09:50:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446382 - head/devel/api-sanity-autotest
Message-ID:  <201707220950.v6M9o3jx035146@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jul 22 09:50:03 2017
New Revision: 446382
URL: https://svnweb.freebsd.org/changeset/ports/446382

Log:
  Document that the same dependency on gcc as devel/elfutils is recorded

Modified:
  head/devel/api-sanity-autotest/Makefile

Modified: head/devel/api-sanity-autotest/Makefile
==============================================================================
--- head/devel/api-sanity-autotest/Makefile	Sat Jul 22 09:49:50 2017	(r446381)
+++ head/devel/api-sanity-autotest/Makefile	Sat Jul 22 09:50:03 2017	(r446382)
@@ -25,7 +25,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/abi-compliance-checker
 .else
 USE_PERL5=	run
 .endif
-USE_GCC=	any
+USE_GCC=	4.8 # same as devel/elfutils
 
 NO_BUILD=	yes
 PLIST_FILES=	bin/${PORTNAME}.pl



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