Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 302093 Details for
Bug 393299
x11-wm/wmii-3.9.2-r2 - applications fail to launch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified libixp ebuild with a "fix"
libixp-0.5_p20110208-r2.ebuild (text/plain), 1.21 KB, created by
Luíza Utsch
on 2012-02-16 00:06:26 UTC
(
hide
)
Description:
Modified libixp ebuild with a "fix"
Filename:
MIME Type:
Creator:
Luíza Utsch
Created:
2012-02-16 00:06:26 UTC
Size:
1.21 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-libs/libixp/libixp-0.5_p20110208-r2.ebuild,v 1.2 2011/12/04 21:40:10 ssuominen Exp $ > ># hg clone http://hg.suckless.org/libixp > >EAPI=4 >inherit multilib toolchain-funcs > >DESCRIPTION="A stand-alone client/server 9P library including ixpc client" >HOMEPAGE="http://libs.suckless.org/libixp" >SRC_URI="mirror://gentoo/${P}.tar.xz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" >IUSE="" > >RDEPEND="" >DEPEND="app-arch/xz-utils" > >pkg_setup() { > myixpconf=( > PREFIX="/usr" > LIBDIR="/usr/$(get_libdir)" > CC="$(tc-getCC) -c" > LD="$(tc-getCC) ${LDFLAGS}" > AR="$(tc-getAR) crs" > MAKESO="1" > SOLDFLAGS="-shared" > ) >} > >src_prepare() { > # http://code.google.com/p/libixp/issues/detail?id=2 > sed -i -e 's:ixp_serve9pconn:ixp_serve9conn:' include/ixp.h || die > > # https://bugs.gentoo.org/393299?id=393299 and http://code.google.com/p/wmii/issues/detail?id=247 > sed -i -e '69s:uint32_t:unsigned long:' include/ixp.h || die >} > >src_compile() { > emake "${myixpconf[@]}" >} > >src_install() { > emake "${myixpconf[@]}" DESTDIR="${D}" install > dolib.so lib/libixp{,_pthread}.so > dodoc NEWS >}
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 393299
: 302093