| Summary: | app-pda/synce-libsynce-0.8.9 : Patch to compile against gcc3.3 is missing | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Geoffrey SCOUTHEETEN <scout> |
| Component: | New packages | Assignee: | Gentoo PDA project <pda> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| URL: | http://forums.gentoo.org/viewtopic.php?p=990846 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
app-pda/synce-libsynce-0.8.9-r1
files/synce-libsynce-0.8.9-gcc33.patch |
||
|
Description
Geoffrey SCOUTHEETEN
2004-03-27 05:24:30 UTC
Created attachment 28145 [details]
app-pda/synce-libsynce-0.8.9-r1
Created attachment 28146 [details, diff]
files/synce-libsynce-0.8.9-gcc33.patch
patch uses in the ebuild
Sorry, this is my first bug report and I though I'd put the severity at 'normal' instead of 'enhancement' because the ebuild in portage at the moment doesn't work Comment on attachment 28145 [details] app-pda/synce-libsynce-0.8.9-r1 ># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." >HOMEPAGE="http://sourceforge.net/projects/synce/" >SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" >S=${WORKDIR}/${P} > >LICENSE="MIT" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND=">=dev-libs/check-0.8.3.1" > >src_unpack() { > unpack ${A} > epatch ${FILESDIR}/${P}-gcc33.patch >} > >src_compile() { > econf > emake || die >} > >src_install() { > make DESTDIR=${D} install || die > dodoc README >} Two cosmetic changes: first a corect header, and second a DEPEND=">=dev-libs/check-0.8.3.1" so that DEPEND isn't empty like in the ebuilds in portage. Sorry for this change, next time i'll read the doc about submitting bug reports first Patch added, committed to CVS. |