svn commit: r437574 - head/sysutils/gnome-system-monitor

Antoine Brodin antoine at FreeBSD.org
Sun Apr 2 18:02:01 UTC 2017


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 \


More information about the svn-ports-all mailing list