summaryrefslogtreecommitdiffstats
path: root/redhat/applications/koffice/koffice-3.5.13-disable_graphicksmagick.patch
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2012-08-09 12:02:10 +0200
committerFrancois Andriot <francois.andriot@free.fr>2012-08-09 12:02:10 +0200
commit193ac9dc51fbc8d12aa48fe1191c8512850cc4ff (patch)
tree9eeda8ad34f229e1033e856ed93c17fea30f68e1 /redhat/applications/koffice/koffice-3.5.13-disable_graphicksmagick.patch
parent37e6c5ace1de8d59324c01aacd06aabad16747e2 (diff)
downloadtde-packaging-193ac9dc51fbc8d12aa48fe1191c8512850cc4ff.tar.gz
tde-packaging-193ac9dc51fbc8d12aa48fe1191c8512850cc4ff.zip
RHEL/Fedora: add support for MGA2/MDV2011 in many applications
Diffstat (limited to 'redhat/applications/koffice/koffice-3.5.13-disable_graphicksmagick.patch')
-rw-r--r--redhat/applications/koffice/koffice-3.5.13-disable_graphicksmagick.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/redhat/applications/koffice/koffice-3.5.13-disable_graphicksmagick.patch b/redhat/applications/koffice/koffice-3.5.13-disable_graphicksmagick.patch
deleted file mode 100644
index 2ed8017e6..000000000
--- a/redhat/applications/koffice/koffice-3.5.13-disable_graphicksmagick.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- koffice/configure.in.in.ORI 2011-11-23 14:10:51.406182478 -0500
-+++ koffice/configure.in.in 2011-11-23 14:11:51.714475724 -0500
-@@ -20,7 +20,7 @@
-
- if test -n "$GRAPHICS_MAGICK_CONFIG"; then
- vers=`$GRAPHICS_MAGICK_CONFIG --version 2>/dev/null | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
-- if test -n "$vers" && test "$vers" -ge 1001007; then
-+ if test -n "$vers" && test "$vers" -ge 1001007 && test "$vers" -lt 1002000; then
- LIBGMAGICK_LIBS="`$GRAPHICS_MAGICK_CONFIG --libs`"
- LIBGMAGICK_LDFLAGS="`$GRAPHICS_MAGICK_CONFIG --ldflags`"
- LIBGMAGICK_RPATH=
-@@ -36,7 +36,7 @@
- AC_DEFINE(HAVE_GMAGICK,1, [GraphicsMagick is available])
- have_graphicsmagick=yes
- else
-- AC_MSG_WARN([You need at least GraphicsMagick 1.1.7])
-+ AC_MSG_WARN([You need at least GraphicsMagick 1.1.7, but less than 1.2.0])
- fi
-
- fi