Date: Sat, 7 Dec 2013 14:51:39 +0000 (UTC) From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335831 - head/net/skstream Message-ID: <201312071451.rB7EpdNX097246@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: oliver Date: Sat Dec 7 14:51:39 2013 New Revision: 335831 URL: http://svnweb.freebsd.org/changeset/ports/335831 Log: 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 Modified: head/net/skstream/Makefile Modified: head/net/skstream/Makefile ============================================================================== --- head/net/skstream/Makefile Sat Dec 7 14:28:56 2013 (r335830) +++ head/net/skstream/Makefile Sat Dec 7 14:51:39 2013 (r335831) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312071451.rB7EpdNX097246>