Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 332950 Details for
Bug 444086
sys-devel/flex-2.5.37 does hardcoded AR calls
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
flex-2.5.37.ebuild.patch
file_444086.txt (text/plain), 815 bytes, created by
Vicente Olivert Riera (RETIRED)
on 2012-12-21 18:33:27 UTC
(
hide
)
Description:
flex-2.5.37.ebuild.patch
Filename:
MIME Type:
Creator:
Vicente Olivert Riera (RETIRED)
Created:
2012-12-21 18:33:27 UTC
Size:
815 bytes
patch
obsolete
>--- flex-2.5.37.ebuild.orig 2012-08-11 18:31:31.000000000 +0200 >+++ flex-2.5.37.ebuild 2012-12-21 19:43:15.451557119 +0100 >@@ -2,9 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.2 2012/08/11 16:06:53 vapier Exp $ > >-EAPI="3" >+EAPI="5" > >-inherit eutils flag-o-matic >+inherit eutils flag-o-matic toolchain-funcs > > if [[ ${PV} == *_p* ]] ; then > DEB_DIFF=${PN}_${PV/_p/-} >@@ -42,9 +42,12 @@ > --docdir=/usr/share/doc/${PF} > } > >+src_compile() { >+ emake AR="$(tc-getAR)" >+} >+ > src_install() { >- emake install DESTDIR="${D}" || die >+ default > rm "${D}"/usr/share/doc/${PF}/{COPYING,flex.pdf} || die >- dodoc AUTHORS ChangeLog NEWS ONEWS README* THANKS TODO > dosym flex /usr/bin/lex > }
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 444086
:
332950