svn commit: r478079 - head/net/skstream
Oliver Lehmann
oliver at FreeBSD.org
Sat Aug 25 18:59:30 UTC 2018
Author: oliver
Date: Sat Aug 25 18:59:29 2018
New Revision: 478079
URL: https://svnweb.freebsd.org/changeset/ports/478079
Log:
fix build on 11
PR: 230896
Submitted by: tobik
Modified:
head/net/skstream/Makefile
Modified: head/net/skstream/Makefile
==============================================================================
--- head/net/skstream/Makefile Sat Aug 25 18:47:59 2018 (r478078)
+++ head/net/skstream/Makefile Sat Aug 25 18:59:29 2018 (r478079)
@@ -14,6 +14,9 @@ USES= libtool pathfix pkgconfig compiler:c++11-lib gm
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
+CXXFLAGS_clang= -Wno-c++11-narrowing
+
OPTIONS_DEFINE= DOCS
post-patch:
More information about the svn-ports-head
mailing list