summaryrefslogtreecommitdiff
path: root/converters/libcdr/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'converters/libcdr/patches/patch-configure')
-rw-r--r--converters/libcdr/patches/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/libcdr/patches/patch-configure b/converters/libcdr/patches/patch-configure
new file mode 100644
index 00000000000..85f259fc312
--- /dev/null
+++ b/converters/libcdr/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2014/12/01 11:15:21 wiz Exp $
+
+Fix unportable test(1) comparison operator.
+
+--- configure.orig 2014-11-24 14:03:55.000000000 +0000
++++ configure
+@@ -17644,7 +17644,7 @@ else
+ fi
+
+
+-if test $platform_win32 == yes; then :
++if test $platform_win32 = yes; then :
+
+ else
+