Date: Thu, 11 Jun 2020 11:39:05 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538469 - head/audio/ganv Message-ID: <202006111139.05BBd5P7005548@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Jun 11 11:39:04 2020 New Revision: 538469 URL: https://svnweb.freebsd.org/changeset/ports/538469 Log: Add compiler:c++11-lang to USES to fix build on GCC-based systems: /usr/local/include/sigc++-2.0/sigc++/visit_each.h:22:23: error: type_traits: No such file or directory Approved by: portmgr (tier-2 blanket) Modified: head/audio/ganv/Makefile Modified: head/audio/ganv/Makefile ============================================================================== --- head/audio/ganv/Makefile Thu Jun 11 11:34:13 2020 (r538468) +++ head/audio/ganv/Makefile Thu Jun 11 11:39:04 2020 (r538469) @@ -15,7 +15,7 @@ LIB_DEPENDS= libcgraph.so:graphics/graphviz \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-runtime gnome pkgconfig waf tar:bz2 +USES= compiler:c++11-lang gettext-runtime gnome pkgconfig waf tar:bz2 USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 libsigc++20 pango pangomm USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006111139.05BBd5P7005548>