diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2017-05-01 08:49:56 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2017-05-01 08:49:56 +0000 |
commit | ef71ded291b0ff2c7f2aaf2ac388e3a212cc7151 (patch) | |
tree | 0f1f1a7a2bc970d83bad6867658cdc29db9427e9 /audio | |
parent | f0313c77c51e0961c56c1bc2f7247c6d196f044e (diff) | |
download | pkgsrc-ef71ded291b0ff2c7f2aaf2ac388e3a212cc7151.tar.gz |
Pullup ticket #5340 - requested by sevan
audio/festival: build fix
Revisions pulled up:
- audio/festival/distinfo 1.26
- audio/festival/patches/patch-speech__tools_config_modules_editline.mak 1.1
---
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Apr 21 12:33:15 UTC 2017
Modified Files:
pkgsrc/audio/festival: distinfo
Added Files:
pkgsrc/audio/festival/patches:
patch-speech__tools_config_modules_editline.mak
Log Message:
Ensure the chosen termcap library can be found.
Diffstat (limited to 'audio')
-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..7b3cbc70af1 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.25.12.1 2017/05/01 08:49:56 bsiegert 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..1a1cfc84185 --- /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.2.2 2017/05/01 08:49:56 bsiegert 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 |