Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244831 Details for
Bug 334595
media-sound/sndpeek does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild to apply ld flags patch below and adds a die statement to the patching process
vcp-2.2-r1.ebuild (text/plain), 866 bytes, created by
Ross Smith
on 2010-08-27 01:57:17 UTC
(
hide
)
Description:
ebuild to apply ld flags patch below and adds a die statement to the patching process
Filename:
MIME Type:
Creator:
Ross Smith
Created:
2010-08-27 01:57:17 UTC
Size:
866 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-misc/vcp/vcp-2.2.ebuild,v 1.6 2005/03/31 20:46:55 blubb Exp $ > >inherit flag-o-matic toolchain-funcs > >DESCRIPTION="copy files/directories in a curses interface" >HOMEPAGE="http://members.iinet.net.au/~lynx/vcp/" >SRC_URI="http://members.iinet.net.au/~lynx/${PN}/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="x86 amd64 ppc ~sparc" >IUSE="" > >DEPEND="sys-libs/ncurses" > >src_compile() { > filter-lfs-flags > epatch ${FILESDIR}/fix-ldflags.patch || die "patching failed" > emake CC="$(tc-getCC)" || die "emake failed" >} > >src_install() { > dobin vcp || die "dobin failed" > doman vcp.1 || die "doman failed" > insinto /etc > newins vcp.conf.sample vcp.conf || die "newins failed" > dodoc Changelog README INSTALL || 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 334595
:
244699
| 244831 |
244833
|
244835