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