diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2008-11-16 20:44:59 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2008-11-16 20:44:59 +0000 |
commit | 93625b21be2243f827e091ee53984d2f17075d83 (patch) | |
tree | 25fc20d109c14133cf057fab821bae68044fddcd /dev-db/libodbc++/libodbc++-0.2.3-r2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-93625b21be2243f827e091ee53984d2f17075d83.tar.gz gentoo-2-93625b21be2243f827e091ee53984d2f17075d83.tar.bz2 gentoo-2-93625b21be2243f827e091ee53984d2f17075d83.zip |
Add patch to fix compilation with gcc-4.3. Thanks to Marek Miller <mlm AT ngc17 DOT pl>; bug #226781
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.1 x86_64)
Diffstat (limited to 'dev-db/libodbc++/libodbc++-0.2.3-r2.ebuild')
-rw-r--r-- | dev-db/libodbc++/libodbc++-0.2.3-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/libodbc++/libodbc++-0.2.3-r2.ebuild b/dev-db/libodbc++/libodbc++-0.2.3-r2.ebuild index 51f4de92748d..f613afee6139 100644 --- a/dev-db/libodbc++/libodbc++-0.2.3-r2.ebuild +++ b/dev-db/libodbc++/libodbc++-0.2.3-r2.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/dev-db/libodbc++/libodbc++-0.2.3-r2.ebuild,v 1.5 2006/11/15 10:04:29 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libodbc++/libodbc++-0.2.3-r2.ebuild,v 1.6 2008/11/16 20:44:59 halcy0n Exp $ inherit eutils @@ -27,6 +27,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-std-streamsize.patch epatch "${FILESDIR}"/${P}-doxygen.patch epatch "${FILESDIR}"/${P}-gcc41.patch + epatch "${FILESDIR}"/${P}-gcc43.patch epatch "${FILESDIR}"/${P}-typecast.patch # Fix configure to use ncurses instead of termcap (bug #103105) |