diff options
author | fredb <fredb@pkgsrc.org> | 2001-12-22 04:11:39 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-12-22 04:11:39 +0000 |
commit | 9afdf2baecfb00ebffa78aabb68260b33c13b026 (patch) | |
tree | bdfafa638b8c55f403bfa439e2961ecc17fa479e /audio/rsynth/patches | |
parent | 45940ea0d8166619c8b2be9e0dc8f2f7e1b5bff0 (diff) | |
download | pkgsrc-9afdf2baecfb00ebffa78aabb68260b33c13b026.tar.gz |
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.]
Diffstat (limited to 'audio/rsynth/patches')
-rw-r--r-- | audio/rsynth/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/rsynth/patches/patch-aa b/audio/rsynth/patches/patch-aa new file mode 100644 index 00000000000..b6890174c05 --- /dev/null +++ b/audio/rsynth/patches/patch-aa @@ -0,0 +1,22 @@ +$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 |