From 1440afb0ffe01b6f1c1fe7165901328073849084 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 3 Apr 2017 11:37:39 +0000 Subject: Fix build with newer sigc++20 --- audio/paprefs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'audio') diff --git a/audio/paprefs/Makefile b/audio/paprefs/Makefile index 1442cc99540a..33b184b1edda 100644 --- a/audio/paprefs/Makefile +++ b/audio/paprefs/Makefile @@ -13,9 +13,8 @@ LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \ libpulse.so:audio/pulseaudio GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -USES= gmake pkgconfig +USES= compiler:c++11-lang localbase gmake pkgconfig +USE_CXXSTD= c++11 USE_GNOME= gconfmm26 gnomeprefix intltool CONFIGURE_ARGS= --disable-lynx -- cgit