From 98b3f5b3dcbb66c0d0bdd31f7882babb7a20aae6 Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 24 Nov 2018 08:58:51 +0000 Subject: -Wno-c++11-narrowing is not supported by base GCC; using USE_CXXSTD=c++98 makes the port build with both base clang and gcc. PR: 233308 Submitted by: Piotr Kubaj --- audio/osalp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/osalp') diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile index 6a55c117ed8e..03f73c838c26 100644 --- a/audio/osalp/Makefile +++ b/audio/osalp/Makefile @@ -15,11 +15,11 @@ LIB_DEPENDS= libmp3lame.so:audio/lame \ libvorbis.so:audio/libvorbis USES= libtool localbase:ldflags +USE_CXXSTD= c++98 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-all CFLAGS+= -fPIC -DPIC -CXXFLAGS+= -Wno-c++11-narrowing USE_LDCONFIG= yes -- cgit