Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2017 11:13:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437775 - head/audio/paman
Message-ID:  <201704051113.v35BDAbT024106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704051113.v35BDAbT024106>