dev-db/libflaim: add gcc 4.3 patch
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user