Files
pkgsrc-ng/net/wget/patches/patch-configure
2016-11-18 22:39:22 +01:00

16 lines
302 B
Plaintext

$NetBSD: patch-configure,v 1.1 2016/06/11 18:33:22 wiz Exp $
Fix unportable test(1) operator.
--- configure.orig 2016-06-09 16:12:51.000000000 +0000
+++ configure
@@ -40378,7 +40378,7 @@ fi
fi
-if test "X$with_cares" == "Xyes"; then :
+if test "X$with_cares" = "Xyes"; then :
pkg_failed=no