kdecore/SConscript: BZ2 patch
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Tue Jan 10 18:47:58 CET 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Marcus Camen schrieb:
> 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?
Almost correct :)
obj.uselib += ' BZ2 '
Christian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFDw/NOHAIuqbOiZ+kRAueWAKCfR0scn/BRlzaqjy96LvgqfgD/2QCcDuoo
TOwxcDMVScE72AKCl3BOR10=
=OfjQ
-----END PGP SIGNATURE-----
More information about the Kde-buildsystem
mailing list