diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-03 19:37:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-04-03 19:37:39 +0800 |
commit | 1440afb0ffe01b6f1c1fe7165901328073849084 (patch) | |
tree | 40ec4058303ed13b129582647ac4dc10170e997a /audio | |
parent | 44d338e4b9e2280e26f100f169742cb06f176eaa (diff) | |
download | freebsd-ports-gnome-1440afb0ffe01b6f1c1fe7165901328073849084.tar.gz freebsd-ports-gnome-1440afb0ffe01b6f1c1fe7165901328073849084.tar.zst freebsd-ports-gnome-1440afb0ffe01b6f1c1fe7165901328073849084.zip |
Fix build with newer sigc++20
Diffstat (limited to 'audio')
-rw-r--r-- | audio/paprefs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |