svn commit: r488618 - head/emulators/fuse

Rene Ladan rene at FreeBSD.org
Fri Dec 28 19:01:44 UTC 2018


Author: rene
Date: Fri Dec 28 19:01:43 2018
New Revision: 488618
URL: https://svnweb.freebsd.org/changeset/ports/488618

Log:
  emulators/fuse: fix build on GCC-based architectures
  
  PR:		234439
  Submitted by:	Piotr Kubaj

Modified:
  head/emulators/fuse/Makefile

Modified: head/emulators/fuse/Makefile
==============================================================================
--- head/emulators/fuse/Makefile	Fri Dec 28 18:51:59 2018	(r488617)
+++ head/emulators/fuse/Makefile	Fri Dec 28 19:01:43 2018	(r488618)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libpng.so:graphics/png \
 		libspectrum.so:emulators/libspectrum
 
-USES=		gettext gmake gnome localbase perl5 pkgconfig
+USES=		compiler:c++11-lang gettext gmake gnome localbase perl5 pkgconfig
 USE_PERL5=	build
 USE_GNOME=	cairo libxml2 glib20
 USE_XORG=	x11


More information about the svn-ports-all mailing list