Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308741 - games-board/gtkatlantic fails to build with libpng14
Summary: games-board/gtkatlantic fails to build with libpng14
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:54 UTC by Ai Locke Shinseiko (Wizzleby)
Modified: 2010-03-09 22:05 UTC (History)
0 users

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


Attachments
gtkatlantic-libpng14.patch (gtkatlantic-libpng14.patch,508 bytes, patch)
2010-03-09 21:55 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:54:11 UTC
readpng.o: In function `readpng_init':
/var/tmp/portage/games-board/gtkatlantic-0.4.2/work/gtkatlantic-0.4.2/src/readpng.c:36: undefined reference to `png_check_sig'
collect2: ld returned 1 exit status
Comment 1 Ai Locke Shinseiko (Wizzleby) 2010-03-09 21:55:30 UTC
Created attachment 222911 [details, diff]
gtkatlantic-libpng14.patch

Another png_check_sig conversion
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-03-09 22:05:34 UTC
+  09 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  gtkatlantic-0.4.2.ebuild, +files/gtkatlantic-0.4.2-libpng14.patch:
+  Fix building with libpng14 wrt #308741 by Locke Shinseiko.