svn commit: r488034 - head/graphics/ocre
Mark Linimon
linimon at FreeBSD.org
Sat Dec 22 00:57:54 UTC 2018
Author: linimon
Date: Sat Dec 22 00:57:53 2018
New Revision: 488034
URL: https://svnweb.freebsd.org/changeset/ports/488034
Log:
This port requires USES=compiler:c11 to build on GCC-based architectures.
PR: 234162
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/graphics/ocre/Makefile
Modified: head/graphics/ocre/Makefile
==============================================================================
--- head/graphics/ocre/Makefile Sat Dec 22 00:52:31 2018 (r488033)
+++ head/graphics/ocre/Makefile Sat Dec 22 00:57:53 2018 (r488034)
@@ -20,8 +20,8 @@ RUN_DEPENDS= display:graphics/ImageMagick6 \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}
+USES= compiler:c11 gettext gmake pkgconfig tar:tgz
USE_GNOME= gtk20
-USES= gettext gmake pkgconfig tar:tgz
MAKE_ARGS= CC="${CC}" CFLAGS1="${CFLAGS}"
post-extract:
More information about the svn-ports-head
mailing list