summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-04-08 12:57:48 +0000
committerMarinus Schraal <foser@gentoo.org>2003-04-08 12:57:48 +0000
commit00789b174d60f166551a6c4f18eda134e0fecaf6 (patch)
tree6fc6df31f31eaf4d82eed758a1a474668483e2ef /app-office
parentdigest (diff)
downloadhistorical-00789b174d60f166551a6c4f18eda134e0fecaf6.tar.gz
historical-00789b174d60f166551a6c4f18eda134e0fecaf6.tar.bz2
historical-00789b174d60f166551a6c4f18eda134e0fecaf6.zip
fix mess
Diffstat (limited to 'app-office')
-rw-r--r--app-office/abiword/abiword-1.1.4.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/app-office/abiword/abiword-1.1.4.ebuild b/app-office/abiword/abiword-1.1.4.ebuild
index 1eeb63e2c112..ee964ef77a11 100644
--- a/app-office/abiword/abiword-1.1.4.ebuild
+++ b/app-office/abiword/abiword-1.1.4.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.1.4.ebuild,v 1.3 2003/04/08 12:13:17 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.1.4.ebuild,v 1.4 2003/04/08 12:57:48 foser Exp $
inherit eutils
@@ -45,9 +45,6 @@ src_unpack() {
# April 1st 2003 <foser@gentoo.org>
cd ${S}
epatch ${FILESDIR}/${P}-wv_configure_fooling.patch
-
- cd ${S}/src/af/ev/
- epatch ${FILESDIR}/${P}-gcc2_fix.patch
}
src_compile() {
@@ -61,9 +58,9 @@ src_compile() {
&& myconf="${myconf} --enable-gnome" \
|| myconf="${myconf} --disable-gnome"
- CFLAGS="${CFLAGS} `glib-config --cflags`" econf ${myconf} --with-sys-wv || die
+ econf ${myconf} --with-sys-wv || die
- CFLAGS="${CFLAGS} `glib-config --cflags`" emake all-recursive || die
+ emake all-recursive || die
}
src_install() {