Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit bf807c6933
)
pull/92/head
parent
5738ec3d16
commit
237da2fa95
@ -1,25 +0,0 @@
|
||||
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/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>
|
@ -1 +0,0 @@
|
||||
dilos.patch
|
Loading…
Reference in new issue