summaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-11-23 11:56:55 +0000
committernia <nia@pkgsrc.org>2019-11-23 11:56:55 +0000
commit62abcbccaf2ebbcf08a0ab491ed3a2534854fbfb (patch)
tree1ed3a6e7ae4ee351c4a605bf52cc55c1ea9b0e3a /audio/festival
parente34a5a12ce4317c1a5aeece9c121ce0f021f209a (diff)
downloadpkgsrc-62abcbccaf2ebbcf08a0ab491ed3a2534854fbfb.tar.gz
festival: Use LDFLAGS instead of CXXFLAGS when linking tests.
Diffstat (limited to 'audio/festival')
-rw-r--r--audio/festival/distinfo3
-rw-r--r--audio/festival/patches/patch-speech__tools_config_rules_test__make__rules.mak14
2 files changed, 16 insertions, 1 deletions
diff --git a/audio/festival/distinfo b/audio/festival/distinfo
index 358d1f1cff6..9c697b4f431 100644
--- a/audio/festival/distinfo
+++ b/audio/festival/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2019/11/11 19:28:04 nia Exp $
+$NetBSD: distinfo,v 1.30 2019/11/23 11:56:55 nia Exp $
SHA1 (festival-2.5.0-release.tar.gz) = a433de2d1c344a1af63579e757551432abe583ca
RMD160 (festival-2.5.0-release.tar.gz) = 68f71e389f38c78863b15da319f16d21dcf27818
@@ -17,5 +17,6 @@ SHA1 (patch-festival_src_modules_hts__engine_HTS__misc.c) = d40659b50cee96030464
SHA1 (patch-speech__tools_config_compilers_gcc__defaults.mak) = 0498a265d7f77b39503d5442cca0754ad72531a8
SHA1 (patch-speech__tools_config_rules_compile__options.mak) = d3aa93029edba84f8130f1bc33c8d74219bafd9a
SHA1 (patch-speech__tools_config_rules_defaults.mak) = 65f45aca3eb44ab5ff598265a716e5882c399a5c
+SHA1 (patch-speech__tools_config_rules_test__make__rules.mak) = 2141aeb522b2be06b7098327cb860cd55b5c7be4
SHA1 (patch-speech__tools_include_ling__class_EST__FeatureFunctionPackage.h) = ec5eb54fba5a50b43d1a0c9f0a5ae36407f55bff
SHA1 (patch-speech__tools_include_unix_EST__socket__unix.h) = f81c0cda0858d121e2d24182f39c7ab8fc673174
diff --git a/audio/festival/patches/patch-speech__tools_config_rules_test__make__rules.mak b/audio/festival/patches/patch-speech__tools_config_rules_test__make__rules.mak
new file mode 100644
index 00000000000..d19b966dfaf
--- /dev/null
+++ b/audio/festival/patches/patch-speech__tools_config_rules_test__make__rules.mak
@@ -0,0 +1,14 @@
+$NetBSD: patch-speech__tools_config_rules_test__make__rules.mak,v 1.1 2019/11/23 11:56:55 nia Exp $
+
+Use LDFLAGS when linking.
+
+--- speech_tools/config/rules/test_make_rules.mak.orig 2017-09-04 15:54:03.000000000 +0000
++++ speech_tools/config/rules/test_make_rules.mak
+@@ -128,6 +128,6 @@ $(TEMPS:%.cc=%.o) : %.o : %.cc
+
+
+ % : %.o $(PROJECT_LIBDEPS)
+- $(CXX) $(CXXFLAGS) $(TEMPLATES) -o $@ $@.o $($(@:=_LIBS)) $(LIBS)
++ $(CXX) $(LDFLAGS) $(TEMPLATES) -o $@ $@.o $($(@:=_LIBS)) $(LIBS)
+
+