summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-01-26 14:03:19 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-01-26 14:03:19 +0000
commit2823f67b48285c05f7292cd84714a7af6b35a18d (patch)
tree41b19bb48f16b2d16cfdea6cebd9f3ca6e33d798 /app-pda/synce-rra/synce-rra-0.9.0.ebuild
parentadd synce-librapi2 dep on 0.2. bug #76856. (diff)
downloadgentoo-2-2823f67b48285c05f7292cd84714a7af6b35a18d.tar.gz
gentoo-2-2823f67b48285c05f7292cd84714a7af6b35a18d.tar.bz2
gentoo-2-2823f67b48285c05f7292cd84714a7af6b35a18d.zip
added gcc3.4 compat patch. bug #67920.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-pda/synce-rra/synce-rra-0.9.0.ebuild')
-rw-r--r--app-pda/synce-rra/synce-rra-0.9.0.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/app-pda/synce-rra/synce-rra-0.9.0.ebuild b/app-pda/synce-rra/synce-rra-0.9.0.ebuild
index ceb019568a33..72c727ca221c 100644
--- a/app-pda/synce-rra/synce-rra-0.9.0.ebuild
+++ b/app-pda/synce-rra/synce-rra-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.9.0.ebuild,v 1.4 2005/01/01 15:49:41 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.9.0.ebuild,v 1.5 2005/01/26 14:03:19 liquidx Exp $
inherit eutils
@@ -18,6 +18,12 @@ DEPEND=">=dev-libs/check-0.8.2
>=app-pda/synce-libsynce-0.9.0
>=app-pda/synce-librapi2-0.9.0"
+src_unpack() {
+ unpack ${A}
+ cd ${S}/lib
+ epatch ${FILESDIR}/${PV}-gcc34.patch
+}
+
src_install() {
make DESTDIR="${D%/}" install || die
}