summaryrefslogtreecommitdiff
path: root/net-misc/wget/files/wget-1.21-avoid_eautoreconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/wget/files/wget-1.21-avoid_eautoreconf.patch')
-rw-r--r--net-misc/wget/files/wget-1.21-avoid_eautoreconf.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/wget/files/wget-1.21-avoid_eautoreconf.patch b/net-misc/wget/files/wget-1.21-avoid_eautoreconf.patch
deleted file mode 100644
index 0e02851a2577..000000000000
--- a/net-misc/wget/files/wget-1.21-avoid_eautoreconf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -55925,7 +55925,7 @@
- WITH_XATTR_FALSE=
- fi
-
-- if test "X$ENABLE_NTLM" == "Xyes"; then
-+ if test "X$ENABLE_NTLM" = "Xyes"; then
- WITH_NTLM_TRUE=
- WITH_NTLM_FALSE='#'
- else