]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- transcode should use --cppflags option, not -cflags
authorwrobell <wrobell@pld-linux.org>
Mon, 28 Jan 2002 11:42:36 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode-magick-config.patch -> 1.1

transcode-magick-config.patch [new file with mode: 0644]

diff --git a/transcode-magick-config.patch b/transcode-magick-config.patch
new file mode 100644 (file)
index 0000000..c8fc859
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur transcode-0.6.0pre2.orig/acinclude.m4 transcode-0.6.0pre2/acinclude.m4
+--- transcode-0.6.0pre2.orig/acinclude.m4      Sun Jan 20 18:18:50 2002
++++ transcode-0.6.0pre2/acinclude.m4   Mon Jan 28 11:24:34 2002
+@@ -897,7 +897,7 @@
+      AC_CHECK_LIB(Magick, InitializeMagick,
+       [
+-      MAGICK_CFLAGS=`$MAGICK_CONFIG $magickconf_args --cflags`
++      MAGICK_CFLAGS=`$MAGICK_CONFIG $magickconf_args --cppflags`
+       MAGICK_LIBS=`$MAGICK_CONFIG $magickconf_args --libs`
+       AC_DEFINE(HAVE_MAGICK)
+       have_magick=yes
This page took 0.052827 seconds and 4 git commands to generate.