Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342304 Details for
Bug 395281
app-accessibility/nfbtrans-7.74-r1 does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild.patch
ebuild.patch (text/plain), 1.01 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-16 21:14:46 UTC
(
hide
)
Description:
ebuild.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-16 21:14:46 UTC
Size:
1.01 KB
patch
obsolete
>--- nfbtrans-7.74-r1.ebuild 2011-12-23 22:31:11.000000000 +0100 >+++ nfbtrans-7.74-r2.ebuild 2013-03-16 22:12:12.125032403 +0100 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild,v 1.3 2011/12/23 21:31:11 ago Exp $ > >-EAPI="3" >+EAPI="4" > > inherit eutils > >@@ -23,19 +23,22 @@ > src_prepare() { > mv MAKEFILE Makefile > mv SPANISH.ZIP spanish.zip >- make lowercase || die >+ emake lowercase > epatch "${FILESDIR}"/${P}-gentoo-fix.patch > epatch "${FILESDIR}"/${P}-getline-fix.patch >+ sed -i \ >+ -e 's/$(CFLAGS)/$(CFLAGS) $(LDFLAGS)/' \ >+ "${S}"/Makefile || die > } > > src_compile() { >- make CC=$(tc-getCC) \ >+ emake CC=$(tc-getCC) \ > LIBS= \ >- CFLAGS="${CFLAGS} -DLINUX" LDFLAGS="${LDFLAGS}" all || die >+ CFLAGS="${CFLAGS} -DLINUX" LDFLAGS="${LDFLAGS}" all > } > > src_install() { >- dobin nfbtrans || die >+ dobin nfbtrans > dodoc *fmt readme.txt makedoc > insinto /etc/nfbtrans > doins *cnf *tab *dic spell.dat *zip
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 395281
:
296371
| 342304