Date: Mon, 3 Apr 2017 10:01:06 +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: r437611 - head/x11/libgnomemm26 Message-ID: <201704031001.v33A1668007876@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Apr 3 10:01:05 2017 New Revision: 437611 URL: https://svnweb.freebsd.org/changeset/ports/437611 Log: Fix build with new sigc++20 Modified: head/x11/libgnomemm26/Makefile Modified: head/x11/libgnomemm26/Makefile ============================================================================== --- head/x11/libgnomemm26/Makefile Mon Apr 3 09:58:34 2017 (r437610) +++ head/x11/libgnomemm26/Makefile Mon Apr 3 10:01:05 2017 (r437611) @@ -15,7 +15,9 @@ COMMENT= C++ wrapper for libgnome librar LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:devel/m4 -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \ + tar:bzip2 +USE_CXXSTD= c++11 USE_XORG= xext USE_GNOME= libgnome GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704031001.v33A1668007876>