diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2003-12-03 06:16:49 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2003-12-03 06:16:49 +0000 |
commit | 2c5db8ed77a2e49c541ed632971db9691e899588 (patch) | |
tree | f26fd3d753418ec94f44c9535f155cddffe83188 /gnome-extra/libgda/libgda-1.0.2.ebuild | |
parent | adding metadata (diff) | |
download | gentoo-2-2c5db8ed77a2e49c541ed632971db9691e899588.tar.gz gentoo-2-2c5db8ed77a2e49c541ed632971db9691e899588.tar.bz2 gentoo-2-2c5db8ed77a2e49c541ed632971db9691e899588.zip |
Patch to make it compile under gcc2.
Diffstat (limited to 'gnome-extra/libgda/libgda-1.0.2.ebuild')
-rw-r--r-- | gnome-extra/libgda/libgda-1.0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnome-extra/libgda/libgda-1.0.2.ebuild b/gnome-extra/libgda/libgda-1.0.2.ebuild index 0e367b8b45d3..edd9afaa09f0 100644 --- a/gnome-extra/libgda/libgda-1.0.2.ebuild +++ b/gnome-extra/libgda/libgda-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.2.ebuild,v 1.1 2003/12/01 13:48:40 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.2.ebuild,v 1.2 2003/12/03 06:16:43 leonardop Exp $ IUSE="odbc postgres mysql ldap firebird freetds sqlite mdb oci8 doc" @@ -42,6 +42,7 @@ MAKEOPTS="${MAKEOPTS} -j1" src_unpack() { unpack ${A} gnome2_omf_fix ${S}/doc/Makefile.in + epatch ${FILESDIR}/${P}-gcc2_fix.patch } src_compile() { |