pkgsrc-WIP-changes archive

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

espeak: Properly initialize roman_suffix



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jan 6 14:49:37 2020 +0100
Changeset:	8b07bd54f53d16210541e165627fb87d2047e1d8

Modified Files:
	espeak/distinfo
	espeak/patches/patch-tr__languages.cpp

Log Message:
espeak: Properly initialize roman_suffix

Still does not build, committed only for completeness in order to sync that with
audio/espeak and removing this package after that.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8b07bd54f53d16210541e165627fb87d2047e1d8

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

diffstat:
 espeak/distinfo                        | 2 +-
 espeak/patches/patch-tr__languages.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/espeak/distinfo b/espeak/distinfo
index a3060f108f..059dee9005 100644
--- a/espeak/distinfo
+++ b/espeak/distinfo
@@ -7,5 +7,5 @@ SHA1 (patch-aa) = 9cd957a808e1d5b468f89e8b52e9950dd9295719
 SHA1 (patch-ab) = b95e08f1422bbf7d880e13d30572e1cdebde967a
 SHA1 (patch-ac) = 8881c9015ccced93a6b42a4fc3427ba1428d5618
 SHA1 (patch-numbers.cpp) = a611bbc7c5b8ef0abaa84949635ad2dad9a67411
-SHA1 (patch-tr__languages.cpp) = 7b3bf013fc1566f4f0a07f2d8af3e386d8954a0a
+SHA1 (patch-tr__languages.cpp) = b337b87591717462acde77c0974a3ce50c6a6718
 SHA1 (patch-translate.h) = 7e5bfbf6a7fab6524b853ebedf08896f3a81d6d2
diff --git a/espeak/patches/patch-tr__languages.cpp b/espeak/patches/patch-tr__languages.cpp
index 86cb3c097a..edad878d09 100644
--- a/espeak/patches/patch-tr__languages.cpp
+++ b/espeak/patches/patch-tr__languages.cpp
@@ -18,7 +18,7 @@ Avoid narrowing conversion errors.
  	tr->langopts.ascii_language[0] = 0;    // Non-Latin alphabet languages, use this language to speak Latin words, default is English
  	tr->langopts.alt_alphabet_lang = L('e','n');
 -	tr->langopts.roman_suffix = "";
-+	tr->langopts.roman_suffix = { 0 };
++	tr->langopts.roman_suffix = L"";
  
  	SetLengthMods(tr,201);
  //	tr->langopts.length_mods = length_mods_en;


Home | Main Index | Thread Index | Old Index