Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2019 15:31:11 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r489189 - branches/2019Q1/textproc/libgepub
Message-ID:  <201901031531.x03FVBCn013825@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901031531.x03FVBCn013825>