mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 22:44:59 -04:00
16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
$NetBSD: patch-configure,v 1.1 2015/08/12 00:29:14 ryoon 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
|
|
|