Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2015 14:21:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198625] graphics/ImageMagick: Remove CFLAGS causing build failure
Message-ID:  <bug-198625-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: kevinz5000@gmail.com
             Flags: maintainer-feedback?(kwm@FreeBSD.org)
          Assignee: kwm@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.



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