svn commit: r486758 - head/x11-toolkits/pango
Mark Linimon
linimon at FreeBSD.org
Thu Dec 6 14:01:16 UTC 2018
Author: linimon
Date: Thu Dec 6 14:01:15 2018
New Revision: 486758
URL: https://svnweb.freebsd.org/changeset/ports/486758
Log:
To fix undefined reference to `__cxa_throw_bad_array_new_length at CXXABI_1.3.8',
add compiler:c11 to USES.
PR: 218131
Submitted by: Hiroo Ono <hiroo.ono plus freebsd at gmail dot com>
Approved by: portmgr (tier-2 blanket)
Modified:
head/x11-toolkits/pango/Makefile
Modified: head/x11-toolkits/pango/Makefile
==============================================================================
--- head/x11-toolkits/pango/Makefile Thu Dec 6 13:51:07 2018 (r486757)
+++ head/x11-toolkits/pango/Makefile Thu Dec 6 14:01:15 2018 (r486758)
@@ -23,7 +23,7 @@ RUN_DEPENDS= xorg-fonts-truetype>0:x11-fonts/xorg-font
PORTSCOUT= limitw:1,even
-USES= gettext gnome localbase meson pkgconfig tar:xz
+USES= compiler:c11 gettext gnome localbase meson pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GNOME= cairo glib20 introspection:build
More information about the svn-ports-head
mailing list