summaryrefslogtreecommitdiff
path: root/converters/libwps/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'converters/libwps/patches/patch-configure')
-rw-r--r--converters/libwps/patches/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/libwps/patches/patch-configure b/converters/libwps/patches/patch-configure
new file mode 100644
index 00000000000..6bb5aeb2729
--- /dev/null
+++ b/converters/libwps/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2015/01/16 09:08:38 wiz Exp $
+
+Fix unportable test(1) operator.
+
+--- configure.orig 2014-12-30 09:10:53.000000000 +0000
++++ configure
+@@ -16187,7 +16187,7 @@ else
+ fi
+
+
+-if test "x$platform_win32" == "xyes"; then :
++if test "x$platform_win32" = "xyes"; then :
+
+ else
+