pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mate-system-monitor: needs c++11 (libsigc++)



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Oct 24 18:21:11 2015 +0200
Changeset:	64bac67ac2ec9e7fdb85444d46a0cb5366a2d09e

Modified Files:
	mate-system-monitor/Makefile

Log Message:
mate-system-monitor: needs c++11 (libsigc++)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=64bac67ac2ec9e7fdb85444d46a0cb5366a2d09e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mate-system-monitor/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/mate-system-monitor/Makefile b/mate-system-monitor/Makefile
index 363af35..46b1df2 100644
--- a/mate-system-monitor/Makefile
+++ b/mate-system-monitor/Makefile
@@ -16,6 +16,7 @@ TOOL_DEPENDS+=	libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 USE_LANGUAGES=		c c++
+CXXFLAGS+=		-std=c++11
 USE_PKGLOCALEDIR=	yes
 USE_TOOLS+=		gmake intltool msgfmt pkg-config
 


Home | Main Index | Thread Index | Old Index