summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2008-04-20 23:18:17 +0000
committerRyan Hill <rhill@gentoo.org>2008-04-20 23:18:17 +0000
commite5ef435eb7f71eaf39b00169ff0e2c6403dacae5 (patch)
tree4838188211a8dcd37c982ca2c4c10045bbc93f57 /app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild
parentUpstream version bump to 0.7.1; the gconf backend now functions correctly. Re... (diff)
downloadhistorical-e5ef435eb7f71eaf39b00169ff0e2c6403dacae5.tar.gz
historical-e5ef435eb7f71eaf39b00169ff0e2c6403dacae5.tar.bz2
historical-e5ef435eb7f71eaf39b00169ff0e2c6403dacae5.zip
Add GCC 4.3 patch for bug #211314.
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild')
-rw-r--r--app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild b/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild
index b8fcb5b4d0cf..7f42c3be2b28 100644
--- a/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild
+++ b/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild,v 1.11 2007/07/15 02:57:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild,v 1.12 2008/04/20 23:18:17 dirtyepic Exp $
inherit eutils
@@ -22,9 +22,10 @@ src_unpack() {
epatch "${FILESDIR}/${P%_pre*}-include-gcc34-fix.patch"
epatch "${FILESDIR}/${P%_pre*}-gcc41.patch"
+ epatch "${FILESDIR}"/${P%_pre*}-gcc43.patch
}
src_install () {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "make install failed"
dodoc Changelog README
}