[Bug 198625] graphics/ImageMagick: Remove CFLAGS causing build failure

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 16 14:21:39 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198625

            Bug ID: 198625
           Summary: graphics/ImageMagick: Remove CFLAGS causing build
                    failure
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kwm at FreeBSD.org
          Reporter: kevinz5000 at gmail.com
             Flags: maintainer-feedback?(kwm at FreeBSD.org)
          Assignee: kwm at FreeBSD.org

Created attachment 154417
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154417&action=edit
Patch to fix build

In my poudriere, clang produces a warning (unused compiler flag) which is
treated as an error by the configure script that detects whether '-fPIC' works
or not. This causes '-fPIC' to be dropped and the package will fail due to a
linker error.

I'm not certain why this issue seems to only manifest itself on my machine.

Regardless, this patch seems reasonably correct, and should be committed
anyways.

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


More information about the freebsd-ports-bugs mailing list