Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 106187 Details for
Bug 161105
sys-libs/libixp package - there is no library shared object
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A new ebuild with support of patch for #161105
libixp-0.2-r1.ebuild (text/plain), 895 bytes, created by
Maxim Treskin
on 2007-01-09 11:41:49 UTC
(
hide
)
Description:
A new ebuild with support of patch for #161105
Filename:
MIME Type:
Creator:
Maxim Treskin
Created:
2007-01-09 11:41:49 UTC
Size:
895 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-libs/libixp/libixp-0.2.ebuild,v 1.1 2006/12/28 07:20:16 omp Exp $ > >inherit toolchain-funcs eutils > >DESCRIPTION="Standalone client/server 9P library" >HOMEPAGE="http://libs.suckless.org/" >SRC_URI="http://libs.suckless.org/download/${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="shared" > >DEPEND="" >RDEPEND="" > >src_unpack() { > unpack ${A} > cd "${S}" > > use shared && epatch ${FILESDIR}/libixp_so-r1.patch > > sed -i \ > -e "/^PREFIX/s/=.*/= \/usr/" \ > -e "/^CFLAGS/s/= -Os/+=/" \ > -e "/^LDFLAGS/s/=/+=/" \ > -e "/^AR/s/=.*/= $(tc-getAR) cr/" \ > -e "/^CC/s/=.*/= $(tc-getCC)/" \ > -e "/^RANLIB/s/=.*/= $(tc-getRANLIB)/" \ > config.mk || die "sed failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install 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 161105
: 106187 |
106189