svn commit: r501091 - head/x11-fm/fsv2

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 9 12:46:04 UTC 2019


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


More information about the svn-ports-head mailing list