aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/files/patch-magick::Makefile.in
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-10-29 23:05:45 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-10-29 23:05:45 +0000
commita9dd0a728ba75a785a028aa1760880bc5e0a03d8 (patch)
tree94c7f17c33d6c4ae7c923ae8fc27b6361bfce240 /graphics/ImageMagick/files/patch-magick::Makefile.in
parent516d846c10e4d8361c267a4f957b37a14162f542 (diff)
Notes
Diffstat (limited to 'graphics/ImageMagick/files/patch-magick::Makefile.in')
-rw-r--r--graphics/ImageMagick/files/patch-magick::Makefile.in11
1 files changed, 11 insertions, 0 deletions
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@