pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/festival Ensure the chosen termcap library can b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/175672a8360d
branches: trunk
changeset: 361405:175672a8360d
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Apr 21 12:33:15 2017 +0000
description:
Ensure the chosen termcap library can be found.
diffstat:
audio/festival/distinfo | 3 +-
audio/festival/patches/patch-speech__tools_config_modules_editline.mak | 15 ++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r b6598202c0ca -r 175672a8360d audio/festival/distinfo
--- a/audio/festival/distinfo Fri Apr 21 12:21:59 2017 +0000
+++ b/audio/festival/distinfo Fri Apr 21 12:33:15 2017 +0000
@@ -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__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 -r b6598202c0ca -r 175672a8360d audio/festival/patches/patch-speech__tools_config_modules_editline.mak
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/festival/patches/patch-speech__tools_config_modules_editline.mak Fri Apr 21 12:33:15 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index