svn commit: r486515 - head/graphics/eog
Mark Linimon
linimon at FreeBSD.org
Mon Dec 3 12:34:23 UTC 2018
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
More information about the svn-ports-head
mailing list