svn commit: r489189 - branches/2019Q1/textproc/libgepub

Mark Linimon linimon at FreeBSD.org
Thu Jan 3 15:31:12 UTC 2019


Author: linimon
Date: Thu Jan  3 15:31:11 2019
New Revision: 489189
URL: https://svnweb.freebsd.org/changeset/ports/489189

Log:
  MFH: r489188
  
  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:
  branches/2019Q1/textproc/libgepub/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/textproc/libgepub/Makefile
==============================================================================
--- branches/2019Q1/textproc/libgepub/Makefile	Thu Jan  3 15:26:20 2019	(r489188)
+++ branches/2019Q1/textproc/libgepub/Makefile	Thu Jan  3 15:31:11 2019	(r489189)
@@ -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