[linimon at FreeBSD.org: svn commit: r486808 - head/x11-toolkits/gtksourceview3]
Mark Linimon
linimon at lonesome.com
Thu Dec 6 23:35:13 UTC 2018
FYI
mcl
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Thu, 6 Dec 2018 23:33:46 +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: r486808 - head/x11-toolkits/gtksourceview3
Author: linimon
Date: Thu Dec 6 23:33:46 2018
New Revision: 486808
URL: https://svnweb.freebsd.org/changeset/ports/486808
Log:
Move compiler:c11 to the common USES case to fix the build on powerpc64.
PR: 221643
Reported by: solence at zoho dot eu
Approved by: portmgr (tier-2 blanket)
Modified:
head/x11-toolkits/gtksourceview3/Makefile
Modified: head/x11-toolkits/gtksourceview3/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview3/Makefile Thu Dec 6 23:14:06 2018 (r486807)
+++ head/x11-toolkits/gtksourceview3/Makefile Thu Dec 6 23:33:46 2018 (r486808)
@@ -12,7 +12,7 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome at FreeBSD.org
COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget
-USES= tar:xz
+USES= compiler:c11 tar:xz
PORTSCOUT= limitw:1,even
@@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even
BUILD_DEPENDS= vala:lang/vala
LIB_DEPENDS= libfribidi.so:converters/fribidi
-USES+= compiler:c11 gettext gmake gnome libtool pathfix pkgconfig
+USES+= gettext gmake gnome libtool pathfix pkgconfig
USE_CSTD= c11
USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \
introspection:build libxml2 referencehack
----- End forwarded message -----
More information about the freebsd-gnome
mailing list