diff options
Diffstat (limited to 'net/wget/patches/patch-configure')
-rw-r--r-- | net/wget/patches/patch-configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/wget/patches/patch-configure b/net/wget/patches/patch-configure deleted file mode 100644 index f4d23ba4f70..00000000000 --- a/net/wget/patches/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$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 |