diff options
author | joerg <joerg@pkgsrc.org> | 2015-11-03 19:10:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-11-03 19:10:07 +0000 |
commit | 6d6bc1ce3e7f870bdb3d30a632c5924445e9252e (patch) | |
tree | 1a5e5573293125fd7da6ac08fac8187d7f48789e /audio/paman | |
parent | 30cd361b6f182fa3013d3629eadae646f6bfca29 (diff) | |
download | pkgsrc-6d6bc1ce3e7f870bdb3d30a632c5924445e9252e.tar.gz |
Add -std=c++11 now required by libsigc++.
Diffstat (limited to 'audio/paman')
-rw-r--r-- | audio/paman/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/paman/Makefile b/audio/paman/Makefile index efcd7ba7a71..1b01d3d7933 100644 --- a/audio/paman/Makefile +++ b/audio/paman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/04/25 14:20:23 tnn Exp $ +# $NetBSD: Makefile,v 1.36 2015/11/03 19:10:07 joerg Exp $ # DISTNAME= paman-0.9.4 @@ -16,6 +16,8 @@ USE_LANGUAGES= c++ CONFIGURE_ARGS+= --disable-lynx +CXXFLAGS+= -std=c++11 + .include "../../audio/pulseaudio/buildlink3.mk" .include "../../devel/glibmm/buildlink3.mk" .include "../../devel/libglademm/buildlink3.mk" |