mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
16 lines
303 B
Plaintext
16 lines
303 B
Plaintext
$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
|
|
|