summaryrefslogtreecommitdiffstats
path: root/dilos/tdeaccessibility/debian/patches/dilos.patch
blob: 061afa647509ec4652b67d5dc19135b75d3c987e (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
Index: tdeaccessibility/admin/acinclude.m4.in
===================================================================
--- tdeaccessibility.orig/admin/acinclude.m4.in
+++ tdeaccessibility/admin/acinclude.m4.in
@@ -1586,7 +1586,7 @@ if AC_TRY_EVAL(kde_line); then
 	# if you're trying to debug this check and think it's incorrect,
 	# better check your installation. The check _is_ correct - your
 	# installation is not.
-	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
+	if test -f actest.cpp && grep -i klineedit actest.cpp > /dev/null; then
 		kde_cv_uic_plugins=yes
 	fi
 fi
Index: tdeaccessibility/acinclude.m4
===================================================================
--- tdeaccessibility.orig/acinclude.m4
+++ tdeaccessibility/acinclude.m4
@@ -1586,7 +1586,7 @@ if AC_TRY_EVAL(kde_line); then
 	# if you're trying to debug this check and think it's incorrect,
 	# better check your installation. The check _is_ correct - your
 	# installation is not.
-	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
+	if test -f actest.cpp && grep -i klineedit actest.cpp > /dev/null; then
 		kde_cv_uic_plugins=yes
 	fi
 fi
Index: tdeaccessibility/ksayit/Freeverb_plugin/freeverb_setup.ui
===================================================================
--- tdeaccessibility.orig/ksayit/Freeverb_plugin/freeverb_setup.ui
+++ tdeaccessibility/ksayit/Freeverb_plugin/freeverb_setup.ui
@@ -665,4 +665,7 @@
 <includehints>
     <includehint>kpushbutton.h</includehint>
 </includehints>
+<includes>
+    <include>kpushbutton.h</include>
+</includes>
 </UI>