Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59621 Details for
Bug 93668
IASL fails to compile with the actual ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for solve the compile errors
iasl-20050309.patch (text/plain), 1.20 KB, created by
Marc Vilanova
on 2005-05-23 04:33:44 UTC
(
hide
)
Description:
Patch for solve the compile errors
Filename:
MIME Type:
Creator:
Marc Vilanova
Created:
2005-05-23 04:33:44 UTC
Size:
1.20 KB
patch
obsolete
>--- iasl-20050309.ebuild 2005-05-13 21:36:03.000000000 +0200 >+++ iasl-20050309-r1.ebuild 2005-05-23 13:22:49.000000000 +0200 >@@ -1,7 +1,8 @@ >-# Copyright 1999-2005 Gentoo Foundation >+# Copyright 1999-2005 Gentoo Technologies, Inc. > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20050309.ebuild,v 1.2 2005/05/13 19:14:21 robbat2 Exp $ >+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20050309-r1.ebuild,v 1.1 2005/05/13 00:32:18 robbat2 Exp $ > >+inherit flag-o-matic > MY_PN="acpica-unix" > MY_P="${MY_PN}-${PV}" > DESCRIPTION="Intel ACPI Source Language (ASL) compiler" >@@ -15,10 +16,17 @@ > S="${WORKDIR}/${MY_P}" > > src_compile() { >- cd ${S}/compiler && emake -j1 || die "make failed" >+ cd ${S}/compiler >+ >+ # Compile problems with enviroment flags. >+ filter-flags "*" >+ filter-ldflags "*" >+ >+ # Use make and not emake to use the IASL Makefile gcc default flags. >+ make || die "make failed" > } > > src_install() { >- dobin compiler/iasl || die "iasl binary not created" >+ dosbin compiler/iasl || die "iasl binary not created" > dodoc ${S}/README || die "README not found" > }
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 93668
: 59621