maintainer-feedback requested: [Bug 218131] [patch] x11-toolkits/pango needs to specify USES=c++11-lang feature
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Mar 26 00:43:33 UTC 2017
Hiroo Ono <hiroo.ono+freebsd at gmail.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gnome at FreeBSD.org:
Bug 218131: [patch] x11-toolkits/pango needs to specify USES=c++11-lang feature
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218131
--- Description ---
Created attachment 181199
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181199&action=edit
add c++11-lang featue to USES keyword.
On powerpc64, the default compiler is still gcc 4.2.1, and it produces
following error:
/usr/local/lib/libicui18n.so.58: undefined reference to
`__cxa_throw_bad_array_new_length at CXXABI_1.3.8'
adding USES=c++11-lang feature, gcc49 is used and it succeed in building the
port.
More information about the freebsd-gnome
mailing list