Date: Sat, 25 Aug 2018 18:59:30 +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: r478079 - head/net/skstream Message-ID: <201808251859.w7PIxUBA084283@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808251859.w7PIxUBA084283>