aboutsummaryrefslogtreecommitdiff
path: root/graphics/dia/files/patch-ad
blob: 4c824059799588642a844f91a98665d6e4d0cf1a (plain) (blame)
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
60
61
62
63
64
65
--- configure.orig	Sun Mar 25 15:18:59 2007
+++ configure	Sun Mar 25 15:20:01 2007
@@ -20515,7 +20515,7 @@ if test "${with_freetype+set}" = set; th
 else
   with_freetype=yes
 fi;
-if test "x$with_freetype" == "xyes"; then
+if test "x$with_freetype" = "xyes"; then
 
 pkg_failed=no
 echo "$as_me:$LINENO: checking for PANGOFT2" >&5
@@ -20835,7 +20835,7 @@ _ACEOF
 
 
 cat >>confdefs.h <<_ACEOF
-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
+#define GNOME_ICONDIR "${datadir}/pixmaps"
 _ACEOF
 
     have_gnome=true
@@ -20989,7 +20989,7 @@ if test "${with_gnomeprint+set}" = set; 
 else
   with_gnomeprint=no
 fi;
-if test "x$with_gnomeprint" == "xyes"; then
+if test "x$with_gnomeprint" = "xyes"; then
 
 pkg_failed=no
 echo "$as_me:$LINENO: checking for GNOMEPRINT" >&5
@@ -21927,7 +21927,7 @@ else
 echo "${ECHO_T}no" >&6
 fi
 
-if test "$XGETTEXT" == none ; then
+if test "$XGETTEXT" = none ; then
    { { echo "$as_me:$LINENO: error: xgettext program not found: $XGETTEXT." >&5
 echo "$as_me: error: xgettext program not found: $XGETTEXT." >&2;}
    { (exit 1); exit 1; }; }
@@ -25011,7 +25011,7 @@ echo $ECHO_N "checking local Python conf
 
   fi
 
-
+  PYTHON_EXEC_PREFIX=${LOCALBASE}
 
   PYTHON_PLATFORM=`$PYTHON -c "import sys; print sys.platform"`
 
@@ -25073,12 +25073,12 @@ except ImportError:
 except:
         sys.exit(0)
 sys.exit(0)"
-if $PYTHON -c "$prog" 1>&5 2>&5
-  then
+#if $PYTHON -c "$prog" 1>&5 2>&5
+#  then
     eval "py_cv_mod_$py_mod_var=yes"
-  else
-    eval "py_cv_mod_$py_mod_var=no"
-  fi
+#  else
+#    eval "py_cv_mod_$py_mod_var=no"
+#  fi
 
 fi