diff options
author | antoine <antoine@FreeBSD.org> | 2017-04-03 02:02:00 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-04-03 02:02:00 +0800 |
commit | a230b8268e95362a8254ac3228645873e555146a (patch) | |
tree | 2b558c59c8603bc517b8a621e68e3c05d1f7a467 | |
parent | 9e1b786fafc4340985c8f401098e74d580acb2ca (diff) | |
download | freebsd-ports-gnome-a230b8268e95362a8254ac3228645873e555146a.tar.gz freebsd-ports-gnome-a230b8268e95362a8254ac3228645873e555146a.tar.zst freebsd-ports-gnome-a230b8268e95362a8254ac3228645873e555146a.zip |
Fix build with newer sigc++20
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index 4a67dd0769b3..a0673dca37b1 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -17,11 +17,10 @@ RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme 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 \ |