svn commit: r496709 - head/www/midori

Guido Falsi madpilot at FreeBSD.org
Sun Mar 24 09:45:49 UTC 2019


Author: madpilot
Date: Sun Mar 24 09:45:48 2019
New Revision: 496709
URL: https://svnweb.freebsd.org/changeset/ports/496709

Log:
  Add USES=compiler:c++11-lang to fix build on GCC architectures.
  
  PR:		236713
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/www/midori/Makefile

Modified: head/www/midori/Makefile
==============================================================================
--- head/www/midori/Makefile	Sun Mar 24 09:20:30 2019	(r496708)
+++ head/www/midori/Makefile	Sun Mar 24 09:45:48 2019	(r496709)
@@ -24,8 +24,8 @@ LIB_DEPENDS=	libnotify.so:devel/libnotify \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
-USES=		cmake desktop-file-utils gettext gnome libarchive localbase:ldflags \
-		pkgconfig sqlite tar:bzip2
+USES=		cmake compiler:c++11-lang desktop-file-utils gettext gnome \
+		libarchive localbase:ldflags pkgconfig sqlite tar:bzip2
 USE_GNOME=	cairo glib20 gtk30 intltool introspection libxml2
 USE_XORG=	xscrnsaver
 


More information about the svn-ports-all mailing list