Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 21:19:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 231544] print/harfbuzz: fix build on GCC-based architectures
Message-ID:  <bug-231544-6497-YestroRyYv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231544-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231544-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231544

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 197302
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197302
patch

>Index: Makefile
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- Makefile	(revision 480254)
>+++ Makefile	(working copy)
>@@ -14,7 +14,7 @@
> 		libgraphite2.so:graphics/graphite2
>=20
> USE_LDCONFIG=3D	yes
>-USES=3D		gettext-runtime gmake gnome libtool \
>+USES=3D		compiler:c++11-lang gettext-runtime gmake gnome libtool \

USES=3Dcompiler:c++11-lib is already defined under for -icu slave. Just mov=
e that
into master port to fix libstdc++ ABI mismatch.

USES=3Dcompiler:c++11-lang unlike *-lib variant didn't force new libstdc++ =
on
FreeBSD 9.* amd64/i386 but nowadays both are synonyms for platforms stuck w=
ith
in-base GCC.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231544-6497-YestroRyYv>