summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2013-12-07 14:51:39 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2013-12-07 14:51:39 +0000
commit18a4d1e3b79ecc3ae0e40945fd075be88fd88c58 (patch)
tree6eaeb066dc15f5f99e8c3a43b88bfd26a2be63d7 /net
parentupdate to version 5.0.4 (diff)
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
Notes
Notes: svn path=/head/; revision=335831
Diffstat (limited to 'net')
-rw-r--r--net/skstream/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/skstream/Makefile b/net/skstream/Makefile
index 9b7e5f5e1899..6ecaf0ca806d 100644
--- a/net/skstream/Makefile
+++ b/net/skstream/Makefile
@@ -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>