Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 12:34:23 +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: r486515 - head/graphics/eog
Message-ID:  <201812031234.wB3CYNqn047877@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Dec  3 12:34:22 2018
New Revision: 486515
URL: https://svnweb.freebsd.org/changeset/ports/486515

Log:
  This port requires USES=compiler:c++11-lang to fix linking against
  libgraphite2 on GCC-based architectures.
  
  PR:		233719
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/eog/Makefile

Modified: head/graphics/eog/Makefile
==============================================================================
--- head/graphics/eog/Makefile	Mon Dec  3 11:39:49 2018	(r486514)
+++ head/graphics/eog/Makefile	Mon Dec  3 12:34:22 2018	(r486515)
@@ -21,8 +21,8 @@ RUN_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsetti
 
 PORTSCOUT=	limitw:1,even
 
-USES=		desktop-file-utils gettext gnome jpeg localbase \
-		meson pkgconfig python:build,3.4+ shebangfix tar:xz
+USES=		compiler:c++11-lang desktop-file-utils gettext gnome jpeg \
+		localbase meson pkgconfig python:build,3.4+ shebangfix tar:xz
 USE_GNOME=	cairo librsvg2 gtk30 gnomedesktop3 introspection
 USE_XORG=	x11
 INSTALLS_ICONS=	yes



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