summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/patches/patch-aa
blob: 959ec440661d14275c73e447e155d81b7f3741af (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
57
58
59
$NetBSD: patch-aa,v 1.44 2007/06/16 21:58:10 heinz Exp $

--- configure.orig	2007-06-09 19:41:57.000000000 +0200
+++ configure
@@ -19095,9 +19095,6 @@ fi
 # Enable building/use of libltdl if we are building shared libraries regardless
 # of whether modules are built or not.
 with_ltdl='no'
-if test "$libtool_build_shared_libs" != 'no' ; then
-    with_ltdl='yes'
-fi
 
  if test "$with_ltdl" != 'no'; then
   WITH_LTDL_TRUE=
@@ -19603,7 +19600,7 @@ if test "x$with_windows_font_dir" = "xno
     with_windows_font_dir=
 fi
 if test "$with_windows_font_dir" != '' ; then
-    DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-windows-font-dir==$with_windows_font_dir "
+    DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-windows-font-dir=$with_windows_font_dir "
 fi
 
 
@@ -34749,7 +34746,7 @@ cat >>confdefs.h <<\_ACEOF
 #define HasFONTCONFIG 1
 _ACEOF
 
-    if test "$with_modules" == 'no' ; then
+    if test "$with_modules" = 'no' ; then
     CPPFLAGS="$FONTCONFIG_CFLAGS $CPPFLAGS"
     fi
 fi
@@ -36921,7 +36918,7 @@ cat >>confdefs.h <<\_ACEOF
 #define HasGVC 1
 _ACEOF
 
-    if test "$with_modules" == 'no' ; then
+    if test "$with_modules" = 'no' ; then
         CPPFLAGS="$GVC_CFLAGS $CPPFLAGS"
     fi
 fi
@@ -37464,7 +37461,7 @@ cat >>confdefs.h <<\_ACEOF
 #define HasOPENEXR 1
 _ACEOF
 
-    if test "$with_modules" == 'no' ; then
+    if test "$with_modules" = 'no' ; then
         CPPFLAGS="$OPENEXR_CFLAGS $CPPFLAGS"
     fi
 fi
@@ -37576,7 +37573,7 @@ cat >>confdefs.h <<\_ACEOF
 #define HasRSVG 1
 _ACEOF
 
-    if test "$with_modules" == 'no' ; then
+    if test "$with_modules" = 'no' ; then
         CPPFLAGS="$RSVG_CFLAGS $CPPFLAGS"
     fi
 fi