Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308731 - xbubble fails to build with libpng-1.4
Summary: xbubble fails to build with libpng-1.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libpng-1.4
  Show dependency tree
 
Reported: 2010-03-09 21:07 UTC by Ai Locke Shinseiko (Wizzleby)
Modified: 2010-03-09 21:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xbubble-libpng14.patch (xbubble-libpng14.patch,546 bytes, patch)
2010-03-09 21:08 UTC, Ai Locke Shinseiko (Wizzleby)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ai Locke Shinseiko (Wizzleby) 2010-03-09 21:07:07 UTC
undefined reference to png_check_sig
Comment 1 Ai Locke Shinseiko (Wizzleby) 2010-03-09 21:08:28 UTC
Created attachment 222899 [details, diff]
xbubble-libpng14.patch

use png_sig_cmp() instead of png_check_sig()
Comment 2 Ai Locke Shinseiko (Wizzleby) 2010-03-09 21:09:00 UTC
patch works with libpng12 and libpng14
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-03-09 21:19:38 UTC
thanks

+  09 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> xbubble-0.5.8.ebuild,
+  +files/xbubble-0.5.8-libpng14.patch:
+  Fix building with libpng14 wrt #308731 by Locke Shinseiko.