Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 01:08:27 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498222 - branches/2019Q2/sysutils/jstest-gtk
Message-ID:  <201904070108.x3718RQU044956@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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