Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2019 12:46:03 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501091 - head/x11-fm/fsv2
Message-ID:  <201905091246.x49Ck3Pd089750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu May  9 12:46:03 2019
New Revision: 501091
URL: https://svnweb.freebsd.org/changeset/ports/501091

Log:
  x11-fm/fsv2: fix build with GCC-based architectures
  
  Add USES=compiler:c+11-lang to fix:
  /usr/local/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88: error: expected primary-expression before '(' token
  
  Approved by:	mentors (implicit approval)

Modified:
  head/x11-fm/fsv2/Makefile

Modified: head/x11-fm/fsv2/Makefile
==============================================================================
--- head/x11-fm/fsv2/Makefile	Thu May  9 12:26:59 2019	(r501090)
+++ head/x11-fm/fsv2/Makefile	Thu May  9 12:46:03 2019	(r501091)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libgtkgl-2.0.so:x11-toolkits/gtkglarea2 \
 		libfreetype.so:print/freetype2 \
 		libftgl.so:graphics/ftgl
 
-USES=		tar:bzip2 libtool gettext-runtime pkgconfig
+USES=		compiler:c++11-lang tar:bzip2 libtool gettext-runtime pkgconfig
 USE_GNOME=	gtkmm24 atkmm glibmm pangomm cairomm libsigc++20 gtk20 atk cairo \
 		gdkpixbuf2
 USE_GL=		gl glu



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