[linimon at FreeBSD.org: svn commit: r489188 - head/textproc/libgepub]
Mark Linimon
linimon at lonesome.com
Thu Jan 3 15:27:35 UTC 2019
FYI
mcl
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Thu, 3 Jan 2019 15:26:20 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r489188 - head/textproc/libgepub
Author: linimon
Date: Thu Jan 3 15:26:20 2019
New Revision: 489188
URL: https://svnweb.freebsd.org/changeset/ports/489188
Log:
This port now requires USES=compiler:c11 to build on GCC-based architectures.
PR: 233887
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/textproc/libgepub/Makefile
Modified: head/textproc/libgepub/Makefile
==============================================================================
--- head/textproc/libgepub/Makefile Thu Jan 3 15:20:45 2019 (r489187)
+++ head/textproc/libgepub/Makefile Thu Jan 3 15:26:20 2019 (r489188)
@@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libsoup-2.4.so:devel/libsoup
-USES= gettext-runtime gnome libarchive meson pkgconfig tar:xz
+USES= compiler:c11 gettext-runtime gnome libarchive meson pkgconfig \
+ tar:xz
USE_GNOME= gtk30 introspection:build libxml2
.include <bsd.port.mk>
----- End forwarded message -----
More information about the freebsd-gnome
mailing list