svn commit: r437775 - head/audio/paman

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 5 11:13:11 UTC 2017


Author: bapt
Date: Wed Apr  5 11:13:09 2017
New Revision: 437775
URL: https://svnweb.freebsd.org/changeset/ports/437775

Log:
  Fix build with recent sigc++20

Modified:
  head/audio/paman/Makefile

Modified: head/audio/paman/Makefile
==============================================================================
--- head/audio/paman/Makefile	Wed Apr  5 11:10:31 2017	(r437774)
+++ head/audio/paman/Makefile	Wed Apr  5 11:13:09 2017	(r437775)
@@ -14,7 +14,8 @@ LIB_DEPENDS=	libglademm-2.4.so:devel/lib
 		libpulse.so:audio/pulseaudio
 
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix pkgconfig
+USES=		compiler:c++11-lang gmake pathfix pkgconfig
+USE_CXXSTD=	c++11
 
 CONFIGURE_ARGS=	--disable-lynx
 


More information about the svn-ports-all mailing list