svn commit: r335831 - head/net/skstream
Oliver Lehmann
oliver at FreeBSD.org
Sat Dec 7 14:51:40 UTC 2013
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>
More information about the svn-ports-all
mailing list