mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-03 00:52:19 -04:00
16 lines
302 B
Plaintext
16 lines
302 B
Plaintext
$NetBSD: patch-configure,v 1.1 2014/12/30 14:35:46 wiz Exp $
|
|
|
|
Fix unportable test(1) comparison operator.
|
|
|
|
--- configure.orig 2014-12-20 13:23:18.000000000 +0000
|
|
+++ configure
|
|
@@ -16628,7 +16628,7 @@ else
|
|
fi
|
|
|
|
|
|
-if test $platform_win32 == yes; then :
|
|
+if test $platform_win32 = yes; then :
|
|
|
|
else
|
|
|