summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-09 14:54:43 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-09 14:54:43 +0000
commit431098f24ef10dc8d95e30424122c77f6cf44a28 (patch)
tree8a75d63c0d08b163cd3b87f36676f995040c8bce /app-text/antiword
parentreplace k6* with i586 in CFLAGS (diff)
downloadhistorical-431098f24ef10dc8d95e30424122c77f6cf44a28.tar.gz
historical-431098f24ef10dc8d95e30424122c77f6cf44a28.tar.bz2
historical-431098f24ef10dc8d95e30424122c77f6cf44a28.zip
no more missing Makefile
Diffstat (limited to 'app-text/antiword')
-rw-r--r--app-text/antiword/ChangeLog7
-rw-r--r--app-text/antiword/antiword-0.33.ebuild8
2 files changed, 11 insertions, 4 deletions
diff --git a/app-text/antiword/ChangeLog b/app-text/antiword/ChangeLog
index 6e4fa137f075..3bc46adec592 100644
--- a/app-text/antiword/ChangeLog
+++ b/app-text/antiword/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/antiword
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.6 2003/02/12 05:21:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.7 2003/03/09 14:54:43 seemant Exp $
+
+ 08 Mar 2003; Seemant Kulleen <seemant@gentoo.org> antiword-0.33.ebuild :
+
+ Fixed missing Makefile problem, as reported by Daniel Mettler
+ <mettlerd@icu.unizh.ch> in bug #17110.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/app-text/antiword/antiword-0.33.ebuild b/app-text/antiword/antiword-0.33.ebuild
index 68f2a1c8fea4..1c1dfdd0ca20 100644
--- a/app-text/antiword/antiword-0.33.ebuild
+++ b/app-text/antiword/antiword-0.33.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/app-text/antiword/antiword-0.33.ebuild,v 1.7 2003/03/01 04:12:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.33.ebuild,v 1.8 2003/03/09 14:54:43 seemant Exp $
DESCRIPTION="free MS Word reader for Linux and RISC OS"
SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz"
@@ -17,8 +17,10 @@ src_unpack() {
unpack ${A}
cd ${S}
- sed -e '/pedantic/d' -e 's/$(CFLAGS)/$(CFLAGS) -D$(DB)/' \
- Makefile.Linux > Makefile
+ sed -i \
+ -e 's/-pedantic//' \
+ -e 's/$(CFLAGS)/$(CFLAGS) -D$(DB)/' \
+ Makefile.Linux
}
src_compile() {