diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-04-23 16:12:24 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-04-23 16:12:24 +0000 |
commit | 5e5f6628d180b6b0f91b1dd92be8b65b39c668f6 (patch) | |
tree | 6b06c92b176e8bf0b154180f235fb1da08d3640f /app-office/abiword | |
parent | Broken ebuild. (diff) | |
download | historical-5e5f6628d180b6b0f91b1dd92be8b65b39c668f6.tar.gz historical-5e5f6628d180b6b0f91b1dd92be8b65b39c668f6.tar.bz2 historical-5e5f6628d180b6b0f91b1dd92be8b65b39c668f6.zip |
re-add patch
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword/abiword-1.9.0.ebuild | 17 |
2 files changed, 20 insertions, 2 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 7872a44edea1..7b9e286db96f 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for app-office/abiword # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.33 2003/04/22 23:40:32 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.34 2003/04/23 16:12:24 foser Exp $ *abiword-1.9.0 (23 Apr 2003) 23 Apr 2003; foser <foser@gentoo.org> abiword-1.9.0.ebuild : + Was a bit too early with disbling the patch (#19821) + + 23 Apr 2003; foser <foser@gentoo.org> abiword-1.9.0.ebuild : New devel version, removed the wv configure patch, doesn't seem necessary anymore *abiword-1.1.4 (31 Mar 2003) diff --git a/app-office/abiword/abiword-1.9.0.ebuild b/app-office/abiword/abiword-1.9.0.ebuild index 47dbcf9485d1..ce66eb7b8e26 100644 --- a/app-office/abiword/abiword-1.9.0.ebuild +++ b/app-office/abiword/abiword-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.9.0.ebuild,v 1.1 2003/04/22 23:40:32 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.9.0.ebuild,v 1.2 2003/04/23 16:12:24 foser Exp $ inherit eutils @@ -34,6 +34,21 @@ DEPEND="virtual/x11 # FIXME : do 'real' use switching, add gucharmap support +src_unpack() { + unpack ${A} + + # Patch to make the wv.h tests work + # + # wv wants libole2 which in it's turn wants glib 1.2 + # glib.h includes glibconfig.h which is in a non-included path + # and makes the tests fail, this patch adds those paths to configure. + # Compiling without specifying the path anywhere goes fine. + # + # April 1st 2003 <foser@gentoo.org> + cd ${S} + epatch ${FILESDIR}/${PN}-1.1.4-wv_configure_fooling.patch +} + src_compile() { local myconf |