1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

set USE_GCC=4.7+ to unbreak devel/eris build on FreeBSD 10

the port itself would compile with clang or older GCC versions fine
This commit is contained in:
Oliver Lehmann 2013-12-07 14:51:39 +00:00
parent 7dae0920b6
commit 18a4d1e3b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335831

View File

@ -13,6 +13,7 @@ USE_GMAKE= yes
USES= pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GCC= 4.7+
NO_STAGE= yes
.include <bsd.port.options.mk>