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
|
$FreeBSD$
--- configure.orig Sun Apr 21 13:34:06 2002
+++ configure Tue Apr 23 22:08:24 2002
@@ -1117,10 +1117,10 @@
# The aliases save the names the user supplied, while $host etc.
# will get canonicalized.
-test -n "$target_alias" &&
- test "$program_prefix$program_suffix$program_transform_name" = \
- NONENONEs,x,x, &&
- program_prefix=${target_alias}-
+#test -n "$target_alias" &&
+# test "$program_prefix$program_suffix$program_transform_name" = \
+# NONENONEs,x,x, &&
+# program_prefix=${target_alias}-
test -z "$target_alias" &&
target_alias=$ac_cv_target
@@ -2045,7 +2045,7 @@
fi
else
if test "$GCC" = yes; then
- CFLAGS="-O2"
+# CFLAGS="-O2"
else
CFLAGS=
fi
@@ -2170,7 +2170,7 @@
;;
esac
else
- CFLAGS="-O2 $CFLAGS"
+# CFLAGS="-O2 $CFLAGS"
fi
fi
@@ -2392,7 +2392,7 @@
fi
else
if test "$GXX" = yes; then
- CXXFLAGS="-O2"
+# CXXFLAGS="-O2"
else
CXXFLAGS=
fi
@@ -2589,7 +2589,7 @@
CXXFLAGS="-Wold-style-cast -Wredundant-decls -Wconversion $CXXFLAGS"
fi
else
- CXXFLAGS="-O2 $CXXFLAGS"
+# CXXFLAGS="-O2 $CXXFLAGS"
fi
fi
@@ -8669,6 +8669,7 @@
else
LIB_QT="$kde_int_qt "'$(LIBPNG) $(LIBJPEG)'
fi
+LIB_QT="$LIBQT $LIB_QT"
DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
|