kdecore/SConscript: BZ2 patch

Marcus Camen mcamen at mcamen.de
Tue Jan 10 18:34:07 CET 2006


Hi *,

after the recent changes to libbz2.py I assume the right fix for kdecore 
is something like


--- SConscript  (Revision 496512)
+++ SConscript  (Arbeitskopie)
@@ -128,8 +128,8 @@
        obj.libs += ' resolv z '
        obj.frameworks += ' Carbon '

-if env.has_key("CACHED_LIBBZ2") and env['CACHED_LIBBZ2']:
-       obj.uselib += ' LIBBZ2 '
+if env.has_key("CACHED_BZ2") and env['CACHED_BZ2']:
+       obj.uselib += ' LIB_BZ2 '
        obj.source += ' kbzip2filter.cpp'

 if env.has_key("CACHED_AGG") and env['CACHED_AGG']:



Is this correct or am I missing something?

--
Marcus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20060110/62482a3a/attachment.pgp 


More information about the Kde-buildsystem mailing list