svn commit: r489188 - head/textproc/libgepub

Mark Linimon linimon at FreeBSD.org
Thu Jan 3 15:26:21 UTC 2019


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>


More information about the svn-ports-all mailing list