Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 548454 - media-tv/xawtv-3.95-r3 needs a patch for type bool
Summary: media-tv/xawtv-3.95-r3 needs a patch for type bool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
: 561716 (view as bug list)
Depends on:
Blocks: gcc-5
  Show dependency tree
 
Reported: 2015-05-03 07:27 UTC by Helmut Jarausch
Modified: 2015-10-10 09:17 UTC (History)
2 users (show)

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


Attachments
patch to include stdbool (xawtv-3.95-stdbool.patch,266 bytes, patch)
2015-05-03 07:27 UTC, Helmut Jarausch
Details | Diff
updated ebuild (xawtv-3.95-r3.ebuild,3.61 KB, text/plain)
2015-05-03 07:28 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2015-05-03 07:27:32 UTC
Created attachment 402476 [details, diff]
patch to include stdbool

At least for gcc-5.1.0 media-tv/xawtv-3.95-r3 needs the attached patch.
Without this patch it doesn't know type bool (in a C-file)
Comment 1 Helmut Jarausch 2015-05-03 07:28:06 UTC
Created attachment 402478 [details]
updated ebuild
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2015-09-30 00:43:01 UTC
*** Bug 561716 has been marked as a duplicate of this bug. ***
Comment 3 Michael Weber (RETIRED) gentoo-dev 2015-10-10 09:17:37 UTC
commit b4ca68f8b701b52c491ebdaa0a45ea07718648d1
Author: Michael Weber <xmw@gentoo.org>
Date:   Sat Oct 10 11:14:20 2015 +0200

    media-tv/xawtv: include stdbool declaration for gcc5 (thanks Helmut Jarausch, bug 548454).