ports/graphics/ImageMagick/files/patch-Magick++::lib::Makefile.in
Dmitry Sivachenko c0293039a8 Update to version 5.5.6;
Pass more sane arguments to libtool's -version-info option.
2003-05-04 12:22:05 +00:00

12 lines
450 B
Text

--- 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