diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-04-01 11:52:42 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-04-01 11:52:42 +0000 |
commit | 4fe1a20463569f0490155563815583fd3ea5fc37 (patch) | |
tree | 40847426df6b27ad1aed18af5e48a3c2cb7c5843 /gnome-extra/libgda/libgda-1.0.3.ebuild | |
parent | Migration stuff does not work, removing (Manifest recommit) (diff) | |
download | gentoo-2-4fe1a20463569f0490155563815583fd3ea5fc37.tar.gz gentoo-2-4fe1a20463569f0490155563815583fd3ea5fc37.tar.bz2 gentoo-2-4fe1a20463569f0490155563815583fd3ea5fc37.zip |
Patch with documentation fixes. Closes bug #46337.
Diffstat (limited to 'gnome-extra/libgda/libgda-1.0.3.ebuild')
-rw-r--r-- | gnome-extra/libgda/libgda-1.0.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnome-extra/libgda/libgda-1.0.3.ebuild b/gnome-extra/libgda/libgda-1.0.3.ebuild index 5a7ea61e76d2..0a6de7b9a472 100644 --- a/gnome-extra/libgda/libgda-1.0.3.ebuild +++ b/gnome-extra/libgda/libgda-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3.ebuild,v 1.3 2004/02/22 14:43:10 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.3.ebuild,v 1.4 2004/04/01 11:52:42 leonardop Exp $ inherit gnome2 @@ -42,6 +42,9 @@ MAKEOPTS="${MAKEOPTS} -j1" src_unpack() { unpack ${A} gnome2_omf_fix ${S}/doc/Makefile.in + cd ${S} + # Fix libgda's manual source. See bug #46337. + epatch ${FILESDIR}/${P}-gtkdoc_fixes.patch } src_compile() { |