summaryrefslogtreecommitdiff
path: root/graphics/pixieplus/patches/patch-ab
blob: 685e3aeaeeb4e6e3f46a60ef90ca97a143176378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
$NetBSD: patch-ab,v 1.1 2004/06/15 13:24:44 markd Exp $

--- configure.orig	2004-06-16 00:41:14.000000000 +1200
+++ configure
@@ -21614,51 +21614,6 @@ echo "$as_me: error: Cannot find ImageMa
    { (exit 1); exit 1; }; }
 fi
 
-echo "$as_me:21617: checking for magick/resource.h" >&5
-echo $ECHO_N "checking for magick/resource.h... $ECHO_C" >&6
-if test "${ac_cv_header_magick_resource_h+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-#line 21623 "configure"
-#include "confdefs.h"
-#include <magick/resource.h>
-_ACEOF
-if { (eval echo "$as_me:21627: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-  ac_status=$?
-  egrep -v '^ *\+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:21633: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null; then
-  if test -s conftest.err; then
-    ac_cpp_err=$ac_c_preproc_warn_flag
-  else
-    ac_cpp_err=
-  fi
-else
-  ac_cpp_err=yes
-fi
-if test -z "$ac_cpp_err"; then
-  ac_cv_header_magick_resource_h=yes
-else
-  echo "$as_me: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  ac_cv_header_magick_resource_h=no
-fi
-rm -f conftest.err conftest.$ac_ext
-fi
-echo "$as_me:21652: result: $ac_cv_header_magick_resource_h" >&5
-echo "${ECHO_T}$ac_cv_header_magick_resource_h" >&6
-if test $ac_cv_header_magick_resource_h = yes; then
-  :
-else
-  { { echo "$as_me:21657: error: Old ImageMagick headers found. You must have ImageMagick 5.5.0 or above. Read INSTALL.README!" >&5
-echo "$as_me: error: Old ImageMagick headers found. You must have ImageMagick 5.5.0 or above. Read INSTALL.README!" >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
 MAGICKPREFIX=`Magick-config --prefix`
 echo ImageMagick prefix $MAGICKPREFIX