| Summary: | squeak-3.4.1-r1 fails to compile with gcc-3.3.2 dues to multiline strings | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Thomas Bjorn Andersen <tba> |
| Component: | Current packages | Assignee: | Please assign to toolchain <gcc-porting> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | brandy, mholzer |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Patch for multiline strings | ||
|
Description
Thomas Bjorn Andersen
2003-10-27 13:31:06 UTC
Created attachment 19944 [details, diff]
Patch for multiline strings
/usr/portage/dev-lang/squeak/files/squeak-3.4.1-r1-gentoo.diff attached.
Add the following to squeak-3.4.1-r1.ebuild :
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PF}-gentoo.diff
}
Patch is in CVS. While I can't test it as my machine does not run X, it applies and should fix the issue. If it does not, reopen this bug. Resolving as FIXED. |