mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
12 lines
450 B
Text
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
|