diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-09-10 16:28:36 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-09-10 16:28:36 +0000 |
commit | 05952ca7403a1475b2ba2512065d22cb35fce3f2 (patch) | |
tree | a7d94519b1b4e244ed5bc6ab68465a1a3b503797 /graphics/ImageMagick/files/patch-magick::Makefile.in | |
parent | AlienMind skin is updated. (diff) |
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 <ergonenc@artemis.efes.net> [1]
Pointed out by: Rob Lahaye <lahaye@snu.ac.kr>
Diffstat (limited to 'graphics/ImageMagick/files/patch-magick::Makefile.in')
-rw-r--r-- | graphics/ImageMagick/files/patch-magick::Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/ImageMagick/files/patch-magick::Makefile.in b/graphics/ImageMagick/files/patch-magick::Makefile.in deleted file mode 100644 index 1260420ab38f..000000000000 --- a/graphics/ImageMagick/files/patch-magick::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- magick/Makefile.in.orig Mon Feb 24 15:12:11 2003 -+++ magick/Makefile.in Mon Feb 24 15:12:46 2003 -@@ -353,8 +353,7 @@ - ALLMANPAGES = Magick-config.1 - - libMagick_la_LDFLAGS = -no-undefined \ -- -release $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)-Q$(QuantumDepth) \ -- -version-info 0:0:0 -+ -version-info $(MAJOR_VERSION):$(MINOR_VERSION):0 - - - #AM_CFLAGS = @LIBRARY_EXTRA_CPPFLAGS@ |