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

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

            Bug ID: 232547
           Summary: graphics/exiv2: improvements for GCC architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia@FreeBSD.org
          Reporter: pkubaj@anongoth.pl
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)
          Assignee: multimedia@FreeBSD.org

Created attachment 198483
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D198483&action=
=3Dedit
patch

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.

--=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-232547-7788>