pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/festival



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Nov 23 11:56:55 UTC 2019

Modified Files:
        pkgsrc/audio/festival: distinfo
Added Files:
        pkgsrc/audio/festival/patches:
            patch-speech__tools_config_rules_test__make__rules.mak

Log Message:
festival: Use LDFLAGS instead of CXXFLAGS when linking tests.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/festival/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/audio/festival/patches/patch-speech__tools_config_rules_test__make__rules.mak

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/festival/distinfo
diff -u pkgsrc/audio/festival/distinfo:1.29 pkgsrc/audio/festival/distinfo:1.30
--- pkgsrc/audio/festival/distinfo:1.29 Mon Nov 11 19:28:04 2019
+++ pkgsrc/audio/festival/distinfo      Sat Nov 23 11:56:55 2019
@@ -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__en
 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

Added files:

Index: pkgsrc/audio/festival/patches/patch-speech__tools_config_rules_test__make__rules.mak
diff -u /dev/null pkgsrc/audio/festival/patches/patch-speech__tools_config_rules_test__make__rules.mak:1.1
--- /dev/null   Sat Nov 23 11:56:55 2019
+++ pkgsrc/audio/festival/patches/patch-speech__tools_config_rules_test__make__rules.mak        Sat Nov 23 11:56:55 2019
@@ -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)
+ 
+ 



Home | Main Index | Thread Index | Old Index