]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- missing linking
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Mar 2005 22:33:05 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ImageMagick-dot.patch -> 1.1

ImageMagick-dot.patch [new file with mode: 0644]

diff --git a/ImageMagick-dot.patch b/ImageMagick-dot.patch
new file mode 100644 (file)
index 0000000..5f9adf3
--- /dev/null
@@ -0,0 +1,11 @@
+--- ImageMagick-6.2.1/coders/Makefile.am.orig  2005-03-27 23:57:03.062415000 +0200
++++ ImageMagick-6.2.1/coders/Makefile.am       2005-03-28 00:38:39.201944952 +0200
+@@ -349,7 +349,7 @@
+ coders_dot_la_SOURCES      = coders/dot.c
+ coders_dot_la_CPPFLAGS     = $(MODULE_EXTRA_CPPFLAGS)
+ coders_dot_la_LDFLAGS      = $(MODULECOMMONFLAGS)
+-coders_dot_la_LIBADD       = $(LIBMAGICK) 
++coders_dot_la_LIBADD       = $(LIBMAGICK) $(LIB_DOT)
+ # EMF coder module
+ coders_emf_la_SOURCES      = coders/emf.c
This page took 0.042388 seconds and 4 git commands to generate.