dev-db/libflaim: add gcc 4.3 patch

This commit is contained in:
geos_one
2008-06-12 08:23:34 +00:00
parent d882a0e928
commit ec4f5d4a50
4 changed files with 38 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2006 Gentoo Foundation
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
inherit eutils
@@ -17,6 +17,12 @@ RDEPEND=""
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/libflaim-gcc43.patch
}
src_compile() {
make DESTDIR=${D} OSTYPE=`uname -s` HOSTTYPE=`uname -m` || \
die "Error compiling ${PN}"