diff options
Diffstat (limited to 'audio/espeak/patches/patch-ac')
-rw-r--r-- | audio/espeak/patches/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/espeak/patches/patch-ac b/audio/espeak/patches/patch-ac index d0af11f50a8..802d3249925 100644 --- a/audio/espeak/patches/patch-ac +++ b/audio/espeak/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.2 2007/08/04 12:52:57 joerg Exp $ +$NetBSD: patch-ac,v 1.3 2008/02/28 20:16:55 drochner Exp $ ---- Makefile.orig 2007-07-16 17:52:51.000000000 +0000 +--- Makefile.orig 2008-01-19 22:50:27.000000000 +0100 +++ Makefile @@ -1,7 +1,7 @@ BINDIR=/usr/bin @@ -9,7 +9,7 @@ $NetBSD: patch-ac,v 1.2 2007/08/04 12:52:57 joerg Exp $ -DATADIR=/usr/share/espeak-data +DATADIR=${PREFIX}/share/espeak-data - RELEASE = 1.28 + RELEASE = 1.31 BIN_NAME = speak @@ -26,18 +26,19 @@ libespeak_SOURCES = speak_lib.cpp compil tr_languages.cpp voices.cpp wavegen.cpp phonemelist.cpp \ |