Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165245 Details for
Bug 228583
dev-lisp/cmucl-19d_p2 src/tools/load-world.sh: line 17: build-2/lisp/lisp: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to cmucl-19d_p2.ebuild to fix gcc 4.x incompatibilities in original source
cmucl-19d_p2-gcc4.patch (text/plain), 659 bytes, created by
Graham Whitted
on 2008-09-12 08:42:34 UTC
(
hide
)
Description:
Patch to cmucl-19d_p2.ebuild to fix gcc 4.x incompatibilities in original source
Filename:
MIME Type:
Creator:
Graham Whitted
Created:
2008-09-12 08:42:34 UTC
Size:
659 bytes
patch
obsolete
>--- /usr/portage/dev-lisp/cmucl/cmucl-19d_p2.ebuild 2008-06-27 03:05:48.000000000 -0700 >+++ cmucl-19d_p2.ebuild 2008-09-12 01:10:43.000000000 -0700 >@@ -33,11 +33,16 @@ > sed -i -e "s,CC = .*,CC = $(tc-getCC),g" src/lisp/Config.linux_gencgc > sed -i -e 's,"time","",g' src/tools/build.sh > sed -i -e "s,@CFLAGS@,$CFLAGS,g" src/lisp/Config.linux_gencgc src/motif/server/Config.x86 >+ >+ if [[ "$(gcc-major-version)" == "4" ]]; then >+ sed -i -e "s,\-\I\-,-iquote,g" src/lisp/Config.* >+ fi > } > > src_compile() { > export SANDBOX_ON=0 > src/tools/build.sh -C "" -o "bin/lisp -core lib/cmucl/lib/lisp.core -batch -noinit -nositeinit" || die >+ > } > > src_install() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228583
: 165245 |
165289
|
209586
|
209588