From 05952ca7403a1475b2ba2512065d22cb35fce3f2 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Wed, 10 Sep 2003 16:28:36 +0000 Subject: Update to 5.5.7-10. [1] o Removed two (now obsolate) libtool version patches as ImageMagick now uses internal version system for them starting from 0:0:0 (5.5.8 will become 0:1:0), also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION variables removed from the source. o Removed two other patches as now they are already embedded to the source. o Updated plist to reflect separate Q8/Q16 folder installations based on selection while installing. Also Makefile modifed to reflect this. PR: ports/55274 [1] Submitted by: Erdener Gonenc [1] Pointed out by: Rob Lahaye --- graphics/ImageMagick/files/patch-Magick++::lib::Makefile.in | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 graphics/ImageMagick/files/patch-Magick++::lib::Makefile.in (limited to 'graphics/ImageMagick/files/patch-Magick++::lib::Makefile.in') diff --git a/graphics/ImageMagick/files/patch-Magick++::lib::Makefile.in b/graphics/ImageMagick/files/patch-Magick++::lib::Makefile.in deleted file mode 100644 index 85b5d37c0d93..000000000000 --- a/graphics/ImageMagick/files/patch-Magick++::lib::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- Magick++/lib/Makefile.in.orig Mon Feb 24 15:03:18 2003 -+++ Magick++/lib/Makefile.in Mon Feb 24 15:07:51 2003 -@@ -331,8 +331,7 @@ - - # Add -no-undefined once Cygwin supports throwing C++ exceptions from DLLs. - libMagick___la_LDFLAGS = \ -- -release $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)-Q$(QuantumDepth) \ -- -version-info 0:0:0 -+ -version-info $(MAJOR_VERSION):$(MINOR_VERSION):0 - - - libMagick___la_LIBADD = ../../magick/libMagick.la -- cgit v1.2.3