diff options
Diffstat (limited to 'audio/rsynth/patches/patch-aa')
-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 |