Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98314 Details for
Bug 149409
dev-libs/libtecla doesn't emerge on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to the ebuild (run eautoreconf, use emake and make DESTDIR="${D}" install)
patch (text/plain), 1.09 KB, created by
Stefaan De Roeck (RETIRED)
on 2006-09-28 06:16:18 UTC
(
hide
)
Description:
Patch to the ebuild (run eautoreconf, use emake and make DESTDIR="${D}" install)
Filename:
MIME Type:
Creator:
Stefaan De Roeck (RETIRED)
Created:
2006-09-28 06:16:18 UTC
Size:
1.09 KB
patch
obsolete
>--- /usr/portage/dev-libs/libtecla/libtecla-1.6.1.ebuild 2006-01-20 18:49:57.000000000 +0100 >+++ libtecla-1.6.1.ebuild 2006-09-28 14:43:30.000000000 +0200 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-libs/libtecla/libtecla-1.6.1.ebuild,v 1.1 2006/01/20 17:49:57 markusle Exp $ > >+inherit eutils autotools >+ > DESCRIPTION="Tecla command-line editing library" > HOMEPAGE="http://www.astro.caltech.edu/~mcs/tecla/" > SRC_URI="http://www.astro.caltech.edu/~mcs/tecla/${P}.tar.gz" >@@ -16,15 +18,20 @@ > > S=${WORKDIR}/libtecla > >+src_unpack() { >+ unpack ${A}; cd ${S} >+ >+ epatch ${FILESDIR}/autotools.patch >+ >+ eautoreconf >+} >+ > src_compile() { >- # remove build directory from RPATH (see bug #119477) >- sed -e "s|:\$\$LD_RUN_PATH:\`pwd\`||" -i Makefile.rules || \ >- die "Failed to adjust Makefile.rules" > econf || die >- make || die >+ emake || die > } > > src_install() { >- make install prefix=${D}/usr MANDIR=${D}/usr/share/man || die >+ make DESTDIR="${D}" install || die > dodoc CHANGES INSTALL LICENSE.TERMS PORTING README RELEASE.NOTES > }
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 149409
:
98313
| 98314