Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211303 - ksirtet-3.5.9 GCC 4.3 patch
Summary: ksirtet-3.5.9 GCC 4.3 patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-02-24 20:11 UTC by Ryan Hill (RETIRED)
Modified: 2008-02-24 20:34 UTC (History)
0 users

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


Attachments
ksirtet-3.5.9-gcc-4.3.patch (ksirtet-3.5.9-gcc-4.3.patch,437 bytes, patch)
2008-02-24 20:28 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2008-02-24 20:11:45 UTC
iostream.h is pre-ISO and was removed in 4.3.  this patch uses the new name <iostream> if it is available.
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-02-24 20:22:21 UTC
In CVS, thanks for your patches :)
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2008-02-24 20:28:52 UTC
Created attachment 144530 [details, diff]
ksirtet-3.5.9-gcc-4.3.patch

actually we can't check HAVE_IOSTREAM.  in this case config.h doesn't define it.
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2008-02-24 20:32:12 UTC
wrong bug ;)
Comment 4 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-02-24 20:34:57 UTC
(In reply to comment #3)
> wrong bug ;)

Noticed, I was hoping to be fast enough so no one would notice ;)
Committed now, thanks :)