* [gentoo-commits] gentoo-x86 commit in dev-python/kaa-imlib2/files: kaa-imlib2-remove-png-dep.patch
@ 2008-08-16 16:12 Robert Buchholz (rbu)
0 siblings, 0 replies; only message in thread
From: Robert Buchholz (rbu) @ 2008-08-16 16:12 UTC (permalink / raw
To: gentoo-commits
rbu 08/08/16 16:12:15
Added: kaa-imlib2-remove-png-dep.patch
Log:
Do not link against libpng, bug #211013
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Revision Changes Path
1.1 dev-python/kaa-imlib2/files/kaa-imlib2-remove-png-dep.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-imlib2/files/kaa-imlib2-remove-png-dep.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-imlib2/files/kaa-imlib2-remove-png-dep.patch?rev=1.1&content-type=text/plain
Index: kaa-imlib2-remove-png-dep.patch
===================================================================
--- setup.py.old 2008-07-12 01:43:30.700296071 +0200
+++ setup.py 2008-07-12 01:43:57.441547566 +0200
@@ -39,7 +39,7 @@
sys.exit(1)
files = [ 'src/imlib2.c', 'src/image.c', 'src/font.c', 'src/rawformats.c' ]
-libraries = [ 'png']
+libraries = []
if not os.uname()[0] in ('FreeBSD', 'Darwin'):
libraries.append('rt')
imlib2so = Extension('kaa.imlib2._Imlib2module', files,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-16 16:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-16 16:12 [gentoo-commits] gentoo-x86 commit in dev-python/kaa-imlib2/files: kaa-imlib2-remove-png-dep.patch Robert Buchholz (rbu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox