svn commit: r527805 - head/graphics/birdfont

Mark Linimon linimon at FreeBSD.org
Thu Mar 5 02:05:48 UTC 2020


Author: linimon
Date: Thu Mar  5 02:05:48 2020
New Revision: 527805
URL: https://svnweb.freebsd.org/changeset/ports/527805

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:37: error: redefinition of typedef 'JSCClass'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/birdfont/Makefile

Modified: head/graphics/birdfont/Makefile
==============================================================================
--- head/graphics/birdfont/Makefile	Thu Mar  5 02:03:14 2020	(r527804)
+++ head/graphics/birdfont/Makefile	Thu Mar  5 02:05:48 2020	(r527805)
@@ -21,8 +21,9 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
 		libxmlbird.so:textproc/libxmlbird
 
-USES=		gettext-tools gnome pkgconfig python:3.7+,build \
-		shared-mime-info shebangfix sqlite:3 tar:xz
+USES=		compiler:c++11-lang gettext-tools gnome pkgconfig \
+		python:3.7+,build shared-mime-info shebangfix sqlite:3 \
+		tar:xz
 USE_GNOME=	cairo glib20 gtk30
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list