pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/subtitleeditor/patches



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 24 22:06:09 UTC 2019

Added Files:
        pkgsrc/multimedia/subtitleeditor/patches: patch-configure

Log Message:
subtitleeditor: Missing patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/multimedia/subtitleeditor/patches/patch-configure

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

Added files:

Index: pkgsrc/multimedia/subtitleeditor/patches/patch-configure
diff -u /dev/null pkgsrc/multimedia/subtitleeditor/patches/patch-configure:1.1
--- /dev/null   Thu Oct 24 22:06:09 2019
+++ pkgsrc/multimedia/subtitleeditor/patches/patch-configure    Thu Oct 24 22:06:09 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2019/10/24 22:06:09 nia Exp $
+
+test(1) portability
+
+--- configure.orig     2017-07-14 09:26:20.000000000 +0000
++++ configure
+@@ -19789,7 +19789,7 @@ else
+ $as_echo "no" >&6; }
+ fi
+ 
+-if test "$have_iso_code_639" == "yes" || test "$have_iso_code_3166" == "yes" || test "$have_iso_code_15924" == "yes" ; then
++if test "$have_iso_code_639" = "yes" || test "$have_iso_code_3166" = "yes" || test "$have_iso_code_15924" = "yes" ; then
+ 
+ $as_echo "#define HAVE_ISO_CODES 1" >>confdefs.h
+ 



Home | Main Index | Thread Index | Old Index