svn commit: r505565 - head/editors/quilter

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 1 11:00:15 UTC 2019


Author: pkubaj
Date: Mon Jul  1 11:00:14 2019
New Revision: 505565
URL: https://svnweb.freebsd.org/changeset/ports/505565

Log:
  editors/quilter: fix build
  
  Add USES=compiler:c11
  In file included from /usr/local/include/webkitgtk-4.0/jsc/jsc.h:25,
                   from /usr/local/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:28,
                   from /usr/local/include/webkitgtk-4.0/webkit2/webkit2.h:55,
                   from com.github.lainsce.quilter at exe/src/Services/ExportUtils.c:28:
  /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:37: error: redefinition of typedef 'JSCClass'
  /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:43: error: previous declaration of 'JSCClass' was here
  /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:40: error: redefinition of typedef 'JSCContext'
  /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:44: error: previous declaration of 'JSCContext' was here
  
  Approved by:	mentors (implicit approval)

Modified:
  head/editors/quilter/Makefile

Modified: head/editors/quilter/Makefile
==============================================================================
--- head/editors/quilter/Makefile	Mon Jul  1 10:58:24 2019	(r505564)
+++ head/editors/quilter/Makefile	Mon Jul  1 11:00:14 2019	(r505565)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgee-0.8.so:devel/libgee \
 		libgtkspell3-3.so:textproc/gtkspell3 \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3
 
-USES=		desktop-file-utils gettext gnome meson pkgconfig python:build
+USES=		compiler:c11 desktop-file-utils gettext gnome meson pkgconfig python:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	lainsce
 USE_GNOME=	glib20 gtk30 gtksourceview3


More information about the svn-ports-head mailing list