From a9dd0a728ba75a785a028aa1760880bc5e0a03d8 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 29 Oct 2002 23:05:45 +0000 Subject: o Update to 5.5.1.4 o Remove VERSION number from both directory and library names (e.g., libMagick++-5.5.1.so becomes libMagick++.so) o Add a library version number back; thus, fixing library dependencies which require this port to have a library version number. Current number is 5 (e.g., libMagick++.so.5) o Update PLIST accordingly --- graphics/ImageMagick/files/patch-magick::Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/ImageMagick/files/patch-magick::Makefile.in (limited to 'graphics/ImageMagick/files/patch-magick::Makefile.in') diff --git a/graphics/ImageMagick/files/patch-magick::Makefile.in b/graphics/ImageMagick/files/patch-magick::Makefile.in new file mode 100644 index 000000000000..f575f356ee30 --- /dev/null +++ b/graphics/ImageMagick/files/patch-magick::Makefile.in @@ -0,0 +1,11 @@ +--- magick/Makefile.in.orig Mon Oct 28 20:48:26 2002 ++++ magick/Makefile.in Mon Oct 28 20:48:44 2002 +@@ -359,7 +359,7 @@ + ALLMANPAGES = Magick-config.1 + + libMagick_la_LDFLAGS = -no-undefined \ +- -release $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION) ++ -version-info $(MAJOR_VERSION):$(MINOR_VERSION):$(MICRO_VERSION) + + + #AM_CFLAGS = @LIBRARY_EXTRA_CPPFLAGS@ -- cgit v1.2.3