tvheadend: update to git master 2021-11-16, package cleanup, more options
[feed/packages.git] / multimedia / tvheadend / patches / 050-iconv-test-continue.patch
diff --git a/multimedia/tvheadend/patches/050-iconv-test-continue.patch b/multimedia/tvheadend/patches/050-iconv-test-continue.patch
new file mode 100644 (file)
index 0000000..2e46b51
--- /dev/null
@@ -0,0 +1,13 @@
+--- a/src/intlconv.c
++++ b/src/intlconv.c
+@@ -36,9 +36,8 @@ intlconv_test( void )
+       (strcmp(s, "ZlutouckyKun") &&
+        strcmp(s, "Zlutouck'yKun") &&
+        strcmp(s, "?lu?ou?k?K??"))) {
+-    tvherror(LS_MAIN, "iconv() routine is not working properly (%s), aborting!", s);
++    tvherror(LS_MAIN, "iconv() routine is not working properly (%s)", s);
+     tvh_safe_usleep(2000000);
+-    abort();
+   }
+   free(s);
+ }