Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 23:35:09 +0000
From:      Mark Linimon <linimon@lonesome.com>
To:        gnome@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   [linimon@FreeBSD.org: svn commit: r486808 - head/x11-toolkits/gtksourceview3]
Message-ID:  <20181206233509.GB5776@lonesome.com>

next in thread | raw e-mail | index | archive | help
FYI

mcl

----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> -----

Date: Thu, 6 Dec 2018 23:33:46 +0000 (UTC)
From: Mark Linimon <linimon@FreeBSD.org>
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@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@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 -----



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