svn commit: r498222 - branches/2019Q2/sysutils/jstest-gtk
Mark Linimon
linimon at FreeBSD.org
Sun Apr 7 01:08:28 UTC 2019
Author: linimon
Date: Sun Apr 7 01:08:27 2019
New Revision: 498222
URL: https://svnweb.freebsd.org/changeset/ports/498222
Log:
MFH: r498221
This port needs C++11-compatible compiler. Add USES=compiler:c++11-lang
to fix build on GCC-based architectures:
/usr/local/include/sigc++-2.0/sigc++/visit_each.h:22:23: error: type_traits: No such file or directory
While here, pet portlint.
PR: 236986
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
branches/2019Q2/sysutils/jstest-gtk/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/sysutils/jstest-gtk/Makefile
==============================================================================
--- branches/2019Q2/sysutils/jstest-gtk/Makefile Sun Apr 7 01:03:30 2019 (r498221)
+++ branches/2019Q2/sysutils/jstest-gtk/Makefile Sun Apr 7 01:08:27 2019 (r498222)
@@ -10,7 +10,8 @@ COMMENT= Simple joystick tester based on Gtk+
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake pkgconfig libtool localbase:ldflags
+USES= cmake compiler:c++11-lang gnome libtool localbase:ldflags \
+ pkgconfig
USE_GNOME= gtkmm30 libsigc++20
INSTALLS_ICONS= yes
More information about the svn-ports-branches
mailing list