Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2018 21:50:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 232547] graphics/exiv2: improvements for GCC architectures
Message-ID:  <bug-232547-12827-qBKKhg1737@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232547-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232547-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia mai=
ling
list <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 232547: graphics/exiv2: improvements for GCC architectures
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232547



--- Description ---
GCC architectures currently use GCC7 from ports to build many ports depende=
nt
on exiv2, but GCC7 can't link againts libraries compiled with GCC4.2. Switc=
h to
GCC7 to fix it.

Since ports GCC is not available on mips*, don't add USES=3Dcompiler:c++11-=
lang
globally, since it will break mips*.

powerpc64 compiles ok without -mminimal-toc, so remove that since it introd=
uces
performance penalty.

Additionally, when building with GCC7, linking against libintl is necessary=
, so
add that for GCC architectures, besides mips*.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232547-12827-qBKKhg1737>