Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=5e672f271f83e3340dc45d71663211f766e577b7

commit 5e672f271f83e3340dc45d71663211f766e577b7
Author: Melko <[email protected]>
Date:   Tue Jul 29 10:19:09 2014 +0200

kde.sh: fix priority issue

diff --git a/source/include/kde.sh b/source/include/kde.sh
index a24e61f..a5ddada 100644
--- a/source/include/kde.sh
+++ b/source/include/kde.sh
@@ -159,8 +159,10 @@ fi
# makedepends: append automoc4 unless building it.
# _F_cmake_confopts: append some kde specific options.
###
-if [ -z "$_F_cmake_old_defines" ]; then
+if [ -z "$_F_kde_old_defines" ]; then
_F_cmake_old_defines=0
+else
+       _F_cmake_old_defines="$_F_kde_old_defines"
fi

if [ "$_F_kde_name" != 'automoc4' ]; then
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to