Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 06:38:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245557] graphics/ImageMagick7: incorrect output of pkg-config --libs ImageMagick
Message-ID:  <bug-245557-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 245557
           Summary: graphics/ImageMagick7: incorrect output of pkg-config
                    --libs ImageMagick
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: kwm@FreeBSD.org
          Reporter: vvd@unislabs.com
          Assignee: kwm@FreeBSD.org
             Flags: maintainer-feedback?(kwm@FreeBSD.org)

With graphics/ImageMagick6 installed:
$ pkg-config --libs MagickCore
-L/usr/local/lib -lMagickCore-6=20
$ pkg-config --libs ImageMagick
-L/usr/local/lib -lMagickCore-6

With graphics/ImageMagick7 installed:
$ pkg-config --libs MagickCore
-L/usr/local/lib -lMagickCore-7
$ pkg-config --libs ImageMagick
-L/usr/local/lib -lMagickCore-7.Q16HDRI

Why MagickCore-7.Q16HDRI?
For example this break build of ruby gem rmagick: can't find library
-lMagickCore-7.Q16HDRI.

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