Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308895 - games-fps/qudos fails to build with jpeg-8
Summary: games-fps/qudos fails to build with jpeg-8
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:
 
Reported: 2010-03-10 20:54 UTC by Ai Locke Shinseiko (Wizzleby)
Modified: 2010-03-11 08:27 UTC (History)
0 users

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


Attachments
qudos-0.40.1.ebuild.patch (qudos-0.40.1.ebuild.patch,482 bytes, patch)
2010-03-10 20:56 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-10 20:54:58 UTC
src/ref_gl/gl_image.c:915: error: conflicting types for ‘jpeg_mem_src’
/usr/include/jpeglib.h:959: note: previous declaration of ‘jpeg_mem_src’ was here
Comment 1 Ai Locke Shinseiko (Wizzleby) 2010-03-10 20:56:11 UTC
Created attachment 223059 [details, diff]
qudos-0.40.1.ebuild.patch

prefix internal jpeg_mem_src with qudos_ via sed in src_prepare
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-03-11 08:27:06 UTC
 10 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> qudos-0.40.1.ebuild:
  Fix building with jpeg-8 wrt #308895 by Locke Shinseiko.