Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2017 18:02:00 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437574 - head/sysutils/gnome-system-monitor
Message-ID:  <201704021802.v32I20Ms019298@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr  2 18:02:00 2017
New Revision: 437574
URL: https://svnweb.freebsd.org/changeset/ports/437574

Log:
  Fix build with newer sigc++20

Modified:
  head/sysutils/gnome-system-monitor/Makefile

Modified: head/sysutils/gnome-system-monitor/Makefile
==============================================================================
--- head/sysutils/gnome-system-monitor/Makefile	Sun Apr  2 17:31:09 2017	(r437573)
+++ head/sysutils/gnome-system-monitor/Makefile	Sun Apr  2 18:02:00 2017	(r437574)
@@ -17,11 +17,10 @@ RUN_DEPENDS=	gnome-icon-theme>=0:misc/gn
 
 PORTSCOUT=	limitw:1,even
 
-USES=		alias gettext gmake pathfix pkgconfig tar:xz
+USES=		alias compiler:c++11-lang gettext gmake localbase pathfix pkgconfig tar:xz
+USE_CXXSTD=	c++11
 USE_GNOME=	gtkmm30 intlhack librsvg2 libwnck3
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
 GLIB_SCHEMAS=	org.gnome.gnome-system-monitor.enums.xml \



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