Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132306 Details for
Bug 194099
dev-scheme/scheme48: modified for correctly compiling on AMD64 platforms
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild Patch
scheme48-1.6.patch (text/plain), 1.08 KB, created by
Olof Frahm
on 2007-10-01 12:54:56 UTC
(
hide
)
Description:
ebuild Patch
Filename:
MIME Type:
Creator:
Olof Frahm
Created:
2007-10-01 12:54:56 UTC
Size:
1.08 KB
patch
obsolete
>--- /usr/portage/dev-scheme/scheme48/scheme48-1.6.ebuild 2007-07-28 22:06:56.000000000 +0200 >+++ scheme48-1.6.ebuild 2007-10-01 14:46:49.000000000 +0200 >@@ -13,7 +13,8 @@ > KEYWORDS="~x86 ~amd64" > IUSE="doc emacs" > >-DEPEND="emacs? ( virtual/emacs )" >+DEPEND="emacs? ( virtual/emacs ) >+amd64? ( dev-scheme/scheme48 )" > RDEPEND="${DEPEND}" > SITEFILE=50scheme48-gentoo.el > >@@ -29,11 +30,20 @@ > sed -i 's:`(cd $(srcdir) && echo $$PWD)`/scheme:'"/usr/$(get_libdir)/scheme48/:" Makefile.in > sed -i "s:'\$(LIB)':'/usr/$(get_libdir)/\$(RUNNABLE)':" Makefile.in > epatch "${FILESDIR}/scheme48-1.5-as-needed.patch" >+ if use amd64; then >+ epatch "${FILESDIR}/s48-64.patch" >+ cd "build" >+ tar jxf "${FILESDIR}/unicode_data.tar.bz2" >+ cd ".." >+ fi > } > > src_compile() { >- use amd64 && append-flags "-m32" > econf || die "econf failed" >+ if use amd64; then >+ emake i-know-what-i-am-doing || die "generating c-sources from with prescheme failed" >+ emake build/initial.image || die "building initial image failed" >+ fi > emake || die "emake failed" > if use emacs; then > elisp-compile ${S}/emacs/cmuscheme48.el
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 194099
:
132097
|
132102
| 132306 |
132308