Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78254 Details for
Bug 117143
x11-wm/wmii-3 release available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A ebuild for 9base-2 (Fixed CFLAGS match miss.)
9base-2-r1.ebuild (text/plain), 987 bytes, created by
hiyuh
on 2006-01-26 19:50:16 UTC
(
hide
)
Description:
A ebuild for 9base-2 (Fixed CFLAGS match miss.)
Filename:
MIME Type:
Creator:
hiyuh
Created:
2006-01-26 19:50:16 UTC
Size:
987 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils toolchain-funcs > >DESCRIPTION="Port of various original Plan 9 tools for Unix" >HOMEPAGE="http://wmii.de/index.php/WMII/9base" >SRC_URI="http://wmii.de/download/${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~x86 ~ppc" >DEPEND="sys-libs/glibc" ># A "static" use flag would be nice. Building as shared by default. >#IUSE="static" > >src_unpack() { > unpack "${A}" > cd ${S} > > sed -i \ > -e "/^PREFIX/s/=.*/= \/usr\/9/" \ > -e "/^CC/s/=.*/= $(tc-getCC)/" \ > -e "/^AR/s/=.*/= $(tc-getAR) cr/" \ > -e "/^CFLAGS/s/=\(.*\)/=\1 ${CFLAGS}/" \ > -e "/^LDFLAGS/s/-static/${LDFLAGS}/" \ > "${S}/config.mk" || die "sed failed." >} > ># -e "/^YACC/s/=.*/= yacc/" \ >src_compile() { > MAKEOPTS="-j1" # Doesn't like others > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed." > > dodoc README LICENSE || die "dodoc failed." >}
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 Raw
Actions:
View
Attachments on
bug 117143
:
75761
|
75762
|
76147
|
76148
|
77504
|
77505
|
78180
|
78252
|
78254
|
78334
|
78335
|
86115
|
86189
|
86586
|
87052
|
87228
|
87664
|
87666
|
89394
|
89399
|
89456
|
89457
|
89597
|
89598
|
89607
|
89866
|
89867
|
89929
|
92483