pkgsrc/graphics/ImageMagick6/patches/patch-Makefile.in
ryoon 723f930d24 Import ImageMagick6-6.9.4.4 as graphics/ImageMagick6.
ImageMagick TM, is a package for display and interactive manipulation
of images for the X Window System.  It is written in C and interfaces
to the X library, and therefore does not require any proprietary
toolkit in order to compile.  Although the software is copyrighted, it
is available for free and can be redistributed without fee.

The ImageMagick image display program can display an image on any
workstation screen running an X server.  It can read and write many of
the more popular image formats including JPEG, TIFF, PNM, GIF, and
Photo CD.  In addition you can interactively resize, rotate, sharpen,
color reduce, or add special effects to an image and save your
completed work in the same or differing image format.

This package tracks 6 release branch for backward compatibility.
2016-05-25 12:41:17 +00:00

34 lines
1.1 KiB
Text

$NetBSD: patch-Makefile.in,v 1.1 2016/05/25 12:41:17 ryoon Exp $
* Do not install non-versioned pkgconfig pc files
to coexist with graphics/ImageMagick
--- Makefile.in.orig 2016-05-21 12:14:51.000000000 +0000
+++ Makefile.in
@@ -4185,8 +4185,6 @@ MAGICK_BIN_SCRPTS = \
magick/MagickCore-config
MAGICK_PKGCONFIG = \
- magick/ImageMagick.pc \
- magick/MagickCore.pc \
magick/ImageMagick-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc \
magick/MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc
@@ -4722,8 +4720,6 @@ WAND_BIN_SCRPTS = \
wand/MagickWand-config
WAND_PKGCONFIG = \
- wand/MagickWand.pc \
- wand/Wand.pc \
wand/MagickWand-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc \
wand/Wand-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc
@@ -4778,8 +4774,6 @@ MAGICKPP_MANS_OPT = \
Magick++/bin/Magick++-config.1
MAGICKPP_PKGCONFIG_OPT = \
- Magick++/lib/Magick++.pc \
- Magick++/lib/ImageMagick++.pc \
Magick++/lib/Magick++-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc \
Magick++/lib/ImageMagick++-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc