Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 406546 Details for
Bug 554532
app-cdr/cdw-0.8.0 build fix for uclibc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
cdw-0.8.0.ebuild.patch (text/plain), 840 bytes, created by
René Rhéaume
on 2015-07-11 18:04:33 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
René Rhéaume
Created:
2015-07-11 18:04:33 UTC
Size:
840 bytes
patch
obsolete
>--- /usr/portage/app-cdr/cdw/cdw-0.8.0.ebuild 2015-03-25 10:31:04.000000000 -0400 >+++ /usr/local/portage/app-cdr/cdw/cdw-0.8.0.ebuild 2015-07-11 13:58:56.000000000 -0400 >@@ -3,6 +3,9 @@ > # $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.8.0.ebuild,v 1.4 2015/03/25 14:01:35 ago Exp $ > > EAPI=5 >+ >+inherit autotools eutils >+ > DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools" > HOMEPAGE="http://cdw.sourceforge.net" > SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz" >@@ -16,7 +19,13 @@ > app-cdr/dvd+rw-tools > dev-libs/libburn > dev-libs/libcdio[-minimal] >- sys-libs/ncurses[unicode]" >+ sys-libs/ncurses[unicode] >+ sys-devel/gettext" >+ >+src_prepare() { >+ epatch "${FILESDIR}/${P}-uclibc.patch" >+ eautoreconf || die "eautoreconf died" >+} > > src_install() { > DOCS="AUTHORS ChangeLog NEWS README THANKS cdw.conf" \
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 554532
:
406544
| 406546