From e391646682b09eab90b2484229f7dfc4d4607805 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Wed, 1 Dec 2004 20:15:50 +0000 Subject: Update to 0.8 PR: 74579 Submitted by: Yonatan --- hebrew/hspell/files/patch-Makefile | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 hebrew/hspell/files/patch-Makefile (limited to 'hebrew/hspell/files') diff --git a/hebrew/hspell/files/patch-Makefile b/hebrew/hspell/files/patch-Makefile deleted file mode 100644 index 5e00f5cbdf30..000000000000 --- a/hebrew/hspell/files/patch-Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.orig Wed Aug 6 11:51:16 2003 -+++ Makefile Wed Aug 6 11:51:47 2003 -@@ -14,10 +14,10 @@ - - # build and installation paths - DESTDIR = --PREFIX = /usr/local -+PREFIX ?= /usr/local - BIN = $(PREFIX)/bin - SHARE = $(PREFIX)/share/hspell --LIBEXEC = $(PREFIX)/lib/hspell -+LIBEXEC = $(PREFIX)/libexec/hspell - MAN1 = $(PREFIX)/man/man1 - - all: cfrontend -@@ -59,8 +59,8 @@ - sed 's+^my @dictionaries=.*$$+my @dictionaries=("gzip -dc $(SHARE)/wordlist.wgz|$(LIBEXEC)/wunzip|");+; s+my @likelyerror.*$$+my @likelyerror_dictionaries=("$(SHARE)/likelyerrors");+; s+@spellinghints_dictionaries=("spellinghints")+@spellinghints_dictionaries=("$(SHARE)/spellinghints")+' < hspell.pl > $@ - chmod 755 $@ - --CFLAGS=-O --LDFLAGS=-s -+CFLAGS?=-O -+LDFLAGS?=-s - wunzip: - - # experimental, not currently in use: -- cgit v1.2.3