]> git.pld-linux.org Git - packages/akode.git/blame_incremental - kde-common-PLD.patch
- 2.0 final
[packages/akode.git] / kde-common-PLD.patch
... / ...
CommitLineData
1--- kdelibs/admin/acinclude.m4.in.orig 2005-06-20 14:13:25.000000000 +0200
2+++ kdelibs/admin/acinclude.m4.in 2005-06-20 15:08:08.000000000 +0200
3@@ -428,7 +428,7 @@
4 if test "$1" = "default"; then
5
6 if test -z "$kde_htmldir"; then
7- kde_htmldir='\${datadir}/doc/HTML'
8+ kde_htmldir='/usr/share/doc/kde/HTML'
9 fi
10 if test -z "$kde_appsdir"; then
11 kde_appsdir='\${datadir}/applnk'
12@@ -2907,41 +2907,6 @@
13
14 AC_DEFUN([KDE_CHECK_FOR_BAD_COMPILER],
15 [
16- AC_MSG_CHECKING([whether $CC is blacklisted])
17-
18- dnl In theory we have tu run this test against $CC and $CXX
19- dnl in C and in C++ mode, because its perfectly legal for
20- dnl the user to mix compiler versions, since C has a defined
21- dnl ABI.
22- dnl
23- dnl For now, we assume the user is not on crack.
24-
25- AC_TRY_COMPILE([
26-#ifdef __GNUC__
27-#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0
28-choke me
29-#endif
30-#endif
31-], ,
32- kde_bad_compiler=no,
33- kde_bad_compiler=yes
34-)
35-
36- AC_MSG_RESULT($kde_bad_compiler)
37-
38-if test "$kde_bad_compiler" = "yes"; then
39- AC_MSG_ERROR([
40-
41-This particular compiler version is blacklisted because it
42-is known to miscompile KDE. Please use a newer version, or
43-if that is not yet available, choose an older version.
44-
45-Please do not report a bug or bother us reporting this
46-configure error. We know about it, and we introduced
47-it by intention to avoid untraceable bugs or crashes in KDE.
48-
49-])
50-fi
51
52 ])
53
54@@ -3054,8 +3019,6 @@
55
56 AC_PROG_CXX
57
58- KDE_CHECK_FOR_BAD_COMPILER
59-
60 if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
61 if test "$kde_use_debug_code" != "no"; then
62 if test "$CXX" = "KCC"; then
63@@ -4403,9 +4366,9 @@
64 LIBPYTHON=-lpython$version
65 fi
66
67-AC_FIND_FILE(python$version/copy.py, $python_libdirs, python_moddir)
68+AC_FIND_FILE(python$version/copy.pyc, "/usr/share" , python_moddir)
69 python_moddir=$python_moddir/python$version
70-if test ! -r $python_moddir/copy.py; then
71+if test ! -r $python_moddir/copy.pyc; then
72 python_moddir=no
73 fi
74
75@@ -4552,32 +4515,11 @@
76 [
77 AC_MSG_CHECKING([for utmp file])
78
79- AC_CACHE_VAL(kde_cv_utmp_file,
80- [
81- kde_cv_utmp_file=no
82+ AC_CACHE_VAL(kde_cv_utmp_file, [kde_cv_utmp_file=/var/run/utmpx])
83
84- for ac_file in \
85- \
86- /var/run/utmp \
87- /var/adm/utmp \
88- /etc/utmp \
89- ; \
90- do
91- if test -r "$ac_file"; then
92- kde_cv_utmp_file=$ac_file
93- break
94- fi
95- done
96- ])
97-
98- if test "$kde_cv_utmp_file" != "no"; then
99- AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries])
100- $1
101- AC_MSG_RESULT($kde_cv_utmp_file)
102- else
103- $2
104- AC_MSG_RESULT([non found])
105- fi
106+ AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries])
107+ $1
108+ AC_MSG_RESULT(We are using $kde_cv_utmp_file in PLD instead.)
109 ])
110
111
112@@ -5360,7 +5302,7 @@
113 kde_qtdir="$with_qt_dir"
114 fi
115
116-AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], QTDOCDIR)
117+AC_FIND_FILE(qsql.html, [ /usr/share/doc/qt-doc/html ], QTDOCDIR)
118 AC_MSG_RESULT($QTDOCDIR)
119
120 AC_SUBST(QTDOCDIR)
This page took 0.041345 seconds and 4 git commands to generate.