summaryrefslogtreecommitdiff
path: root/hebrew/hspell/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hebrew/hspell/files/patch-Makefile')
-rw-r--r--hebrew/hspell/files/patch-Makefile26
1 files changed, 0 insertions, 26 deletions
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: