Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86362 Details for
Bug 132567
app-text/gocr-0.4.0: fix compilation with -Wl,--as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gocr-0.40-ebuild.patch
gocr-0.40-ebuild.patch (text/plain), 763 bytes, created by
TGL
on 2006-05-07 07:35:22 UTC
(
hide
)
Description:
gocr-0.40-ebuild.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2006-05-07 07:35:22 UTC
Size:
763 bytes
patch
obsolete
>--- gocr-0.40.ebuild.orig 2006-05-07 16:04:14.000000000 +0200 >+++ gocr-0.40.ebuild 2006-05-07 16:12:17.000000000 +0200 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.40.ebuild,v 1.3 2006/04/23 17:40:56 corsair Exp $ > >+inherit eutils >+ > DESCRIPTION="An OCR (Optical Character Recognition) reader" > HOMEPAGE="http://jocr.sourceforge.net" > SRC_URI="mirror://sourceforge/jocr/${P}.tar.gz" >@@ -21,8 +23,11 @@ > > unpack ${A} > # fix for erroneous Makefile in frontend/ >- cd ${S}/frontend >+ cd "${S}"/frontend > sed -i -e "s/configure/\.\/configure/" Makefile >+ # fix compilation with LDFLAGS="-Wl,--as-needed" >+ cd "${S}" >+ epatch "${FILESDIR}"/${P}-as-needed.patch > > } >
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 132567
:
86361
| 86362