diff options
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/distinfo | 3 | ||||
-rw-r--r-- | audio/festival/patches/patch-speech__tools_config_modules_editline.mak | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/audio/festival/distinfo b/audio/festival/distinfo index 66456adbecc..f757170c60d 100644 --- a/audio/festival/distinfo +++ b/audio/festival/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.25 2015/11/03 01:12:29 agc Exp $ +$NetBSD: distinfo,v 1.26 2017/04/21 12:33:15 jperkin Exp $ SHA1 (festival-2.1-release.tar.gz) = f0c5a4282667898c584516e3605742835f59cb77 RMD160 (festival-2.1-release.tar.gz) = b3c646ecc532e4e05f846db06bbab12a13ec1d6b @@ -20,6 +20,7 @@ SHA1 (patch-speech__tools_base__class_inst__tmpl_vector__dmatrix__t.cc) = 5ee2d5 SHA1 (patch-speech__tools_base__class_inst__tmpl_vector__dvector__t.cc) = 8a2a4c1b1816c7be2479c0e0310cacfc9917c7ee SHA1 (patch-speech__tools_base__class_inst__tmpl_vector__fmatrix__t.cc) = 1d64a2e5aa1dc8c5b7d275e2bf66b2e96b599c35 SHA1 (patch-speech__tools_config_compilers_gcc__defaults.mak) = 7441f2e424046dd50c1531160a5b5f94b8506e9d +SHA1 (patch-speech__tools_config_modules_editline.mak) = 5386449fb61a1a0dfc3d5daed292917eb257fa3c SHA1 (patch-speech__tools_config_rules_compile__options.mak) = d3aa93029edba84f8130f1bc33c8d74219bafd9a SHA1 (patch-speech__tools_configure) = b26108be7d30be0847e1caccbe82eb805e5ab8b1 SHA1 (patch-speech__tools_configure.in) = 58b3b3b6dfb2b085c638b3637ece67bb6e5b014e diff --git a/audio/festival/patches/patch-speech__tools_config_modules_editline.mak b/audio/festival/patches/patch-speech__tools_config_modules_editline.mak new file mode 100644 index 00000000000..7ae2fe7c3ea --- /dev/null +++ b/audio/festival/patches/patch-speech__tools_config_modules_editline.mak @@ -0,0 +1,15 @@ +$NetBSD: patch-speech__tools_config_modules_editline.mak,v 1.1 2017/04/21 12:33:15 jperkin Exp $ + +Ensure the chosen termcap library can be found. + +--- speech_tools/config/modules/editline.mak.orig 2002-07-22 22:57:53.000000000 +0000 ++++ speech_tools/config/modules/editline.mak +@@ -43,7 +43,7 @@ INCLUDE_EDITLINE=1 + MOD_DESC_EDITLINE=Use editline for command line editing and history + + IO_DEFINES += -DSUPPORT_EDITLINE $(MODULE_EDITLINE_OPTIONS:%=-DEDITLINE_%) +-MODULE_LIBS += $(TERMCAPLIB) ++MODULE_LIBS += ${BUILDLINK_LDFLAGS} $(TERMCAPLIB) + + ifeq ($(DIRNAME),siod) + CSRCS := $(CSRCS) el_complete.c editline.c el_sys_unix.c |