File python-2.6.diff of Package kio-locate
--- admin/kde.py +++ admin/kde.py @@ -22,7 +22,7 @@ def KDEuse(lenv, flags): lenv.AppendUnique( ENV = os.environ ) if not 'lang_qt' in _flags: ## Use this define if you are using the kde translation scheme (.po files) - lenv.Append( CPPFLAGS = '-DQT_NO_TRANSLATION' ) + lenv.Append( CPPFLAGS = ['-DQT_NO_TRANSLATION'] ) if 'rpath' in _flags: ## Use this to set rpath - this may cause trouble if folders are moved (chrpath) kdelibpaths=[]