Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 308731

Summary: xbubble fails to build with libpng-1.4
Product: Gentoo Linux Reporter: Ai Locke Shinseiko (Wizzleby) <Wizzleby>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 305095    
Attachments: xbubble-libpng14.patch

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.