Date: Mon, 1 Jul 2019 11:00:14 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505565 - head/editors/quilter Message-ID: <201907011100.x61B0EvJ080702@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907011100.x61B0EvJ080702>