summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2006-07-21 22:33:16 +0000
committerAnders Rune Jensen <arj@gentoo.org>2006-07-21 22:33:16 +0000
commit71e13f5744564be5ba5dbb03fcdfcefa91b888cc (patch)
treeaa670356da1236cc4260f82429cbf0b782ae5004 /app-dicts/ispell-hu/ispell-hu-1.0.ebuild
parentMarked ~hppa (because it works). (diff)
downloadhistorical-71e13f5744564be5ba5dbb03fcdfcefa91b888cc.tar.gz
historical-71e13f5744564be5ba5dbb03fcdfcefa91b888cc.tar.bz2
historical-71e13f5744564be5ba5dbb03fcdfcefa91b888cc.zip
fixfix build
Package-Manager: portage-2.1.1_pre3-r3
Diffstat (limited to 'app-dicts/ispell-hu/ispell-hu-1.0.ebuild')
-rw-r--r--app-dicts/ispell-hu/ispell-hu-1.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-dicts/ispell-hu/ispell-hu-1.0.ebuild b/app-dicts/ispell-hu/ispell-hu-1.0.ebuild
index 566a2a799c2a..28e970432ab5 100644
--- a/app-dicts/ispell-hu/ispell-hu-1.0.ebuild
+++ b/app-dicts/ispell-hu/ispell-hu-1.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.0.ebuild,v 1.1 2006/03/19 18:57:29 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.0.ebuild,v 1.2 2006/07/21 22:33:16 arj Exp $
+
+inherit eutils
MY_P=magyarispell-${PV}
S=${WORKDIR}/${MY_P}
@@ -16,8 +18,7 @@ DEPEND="app-text/ispell"
IUSE=""
src_compile() {
- sed "s/#ispell:/ispell:/" Makefile > Makefile.tmp
- cp Makefile.tmp Makefile
+ epatch ${FILESDIR}/ispell-hu-1.0-fix-build.patch
make ispell || die
}