Summary: | graphics/ImageMagick build failure when JPEG2000 support is enabled | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | |
Component: | Individual Port(s) | Assignee: | Koop Mast <kwm> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Flags: | mail:
maintainer-feedback?
(kwm) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
mail
2014-11-27 03:44:32 UTC
Auto-assigned to maintainer kwm@FreeBSD.org A commit references this bug: Author: kwm Date: Tue Dec 23 07:57:53 UTC 2014 New revision: 375313 URL: https://svnweb.freebsd.org/changeset/ports/375313 Log: Make sure our CPPFLAGS and LDFLAGS get placed at the end of the compiler arguments so the compiler finds the openjpeg 2.1 headers before the old 1.5 header. Which are installed in ${LOCALBASE}/include/openjpeg-2.1 and ${LOCALBASE}/include respectively. This fixes the build when the MODULES option is turned off, and both openjpeg ports are installed. PR: 195442 Submitted by: mail@ozzmosis.com Changes: head/graphics/ImageMagick/Makefile |