pkgsrc/audio/rsynth/patches/patch-aa
fredb 9afdf2baec Revive rsynth-2.0, as requested by Nigel Reed in PR pkg/13424. Since it's
main claim to fame over "festival" seems to be that it's in the public
domain, we'll decline to install the British dictionary, which is licensed
"No Commercial Use".

[Besides the British dictionary, the home site has a few other dictionaries
and utilities that could well go into seperate packages.]
2001-12-22 04:11:39 +00:00

22 lines
582 B
Text

$NetBSD: patch-aa,v 1.3 2001/12/22 04:11:40 fredb Exp $
--- Makefile.in.orig Tue Nov 8 07:30:52 1994
+++ Makefile.in
@@ -5,7 +5,7 @@
CC = @CC@
PREFIX = @prefix@
BIN_DIR = $(PREFIX)/bin
-LIB_DIR = $(PREFIX)/lib/dict
+LIB_DIR = $(PREFIX)/libdata/rsynth
LDLIBS = @LIBS@
XLIBS = @XLIBS@
CFLAGS = @CFLAGS@
@@ -58,7 +58,7 @@
hplay.o : hplay.c proto.h getargs.h hplay.h
aDict.db : $(ADICT) mkdictdb
- mkdictdb $(ADICT) aDict.db
+ ./mkdictdb $(ADICT) aDict.db
bDict.db : $(BDICT) mkdictdb
mkdictdb $(BDICT) bDict.db