[Bug 231544] print/harfbuzz: fix build on GCC-based architectures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 21 21:19:24 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231544
--- Comment #1 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 197302
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197302
patch
>Index: Makefile
>===================================================================
>--- Makefile (revision 480254)
>+++ Makefile (working copy)
>@@ -14,7 +14,7 @@
> libgraphite2.so:graphics/graphite2
>
> USE_LDCONFIG= yes
>-USES= gettext-runtime gmake gnome libtool \
>+USES= compiler:c++11-lang gettext-runtime gmake gnome libtool \
USES=compiler:c++11-lib is already defined under for -icu slave. Just move that
into master port to fix libstdc++ ABI mismatch.
USES=compiler:c++11-lang unlike *-lib variant didn't force new libstdc++ on
FreeBSD 9.* amd64/i386 but nowadays both are synonyms for platforms stuck with
in-base GCC.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list