summaryrefslogtreecommitdiff
path: root/package/wget/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/wget/patches')
-rw-r--r--package/wget/patches/patch-Makefile_am11
-rw-r--r--package/wget/patches/patch-configure_ac15
-rw-r--r--package/wget/patches/patch-m4_spawn_h_m419
3 files changed, 0 insertions, 45 deletions
diff --git a/package/wget/patches/patch-Makefile_am b/package/wget/patches/patch-Makefile_am
deleted file mode 100644
index c9c937c60..000000000
--- a/package/wget/patches/patch-Makefile_am
+++ /dev/null
@@ -1,11 +0,0 @@
---- wget-1.15.orig/Makefile.am 2014-01-04 13:49:47.000000000 +0100
-+++ wget-1.15/Makefile.am 2014-04-23 19:48:58.359897378 +0200
-@@ -41,7 +41,7 @@ distuninstallcheck_listfiles = find . -t
- ACLOCAL_AMFLAGS = -I m4
-
- # subdirectories in the distribution
--SUBDIRS = lib src doc po tests util
-+SUBDIRS = lib src util
-
- EXTRA_DIST = ChangeLog.README MAILING-LIST \
- msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \
diff --git a/package/wget/patches/patch-configure_ac b/package/wget/patches/patch-configure_ac
deleted file mode 100644
index cfb3a165b..000000000
--- a/package/wget/patches/patch-configure_ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- wget-1.15.orig/configure.ac 2014-01-04 13:49:47.000000000 +0100
-+++ wget-1.15/configure.ac 2014-04-23 19:48:44.679755324 +0200
-@@ -104,12 +104,6 @@ AC_AIX
-
- gl_EARLY
-
--dnl
--dnl Gettext
--dnl
--AM_GNU_GETTEXT([external],[need-ngettext])
--AM_GNU_GETTEXT_VERSION([0.17])
--
- AC_PROG_RANLIB
-
- AC_PROG_LEX
diff --git a/package/wget/patches/patch-m4_spawn_h_m4 b/package/wget/patches/patch-m4_spawn_h_m4
deleted file mode 100644
index f49598f3b..000000000
--- a/package/wget/patches/patch-m4_spawn_h_m4
+++ /dev/null
@@ -1,19 +0,0 @@
---- wget-1.15.orig/m4/spawn_h.m4 2014-01-19 11:00:21.000000000 +0100
-+++ wget-1.15/m4/spawn_h.m4 2014-02-21 17:25:19.000000000 +0100
-@@ -64,7 +64,15 @@ AC_DEFUN([gl_HAVE_POSIX_SPAWN],
- dnl once only, before all statements that occur in other macros.
- AC_REQUIRE([gl_SPAWN_H_DEFAULTS])
-
-- AC_CHECK_FUNCS_ONCE([posix_spawn])
-+ LIB_POSIX_SPAWN=
-+ AC_SUBST([LIB_POSIX_SPAWN])
-+ gl_saved_libs=$LIBS
-+ AC_SEARCH_LIBS([posix_spawn], [rt],
-+ [test "$ac_cv_search_posix_spawn" = "none required" ||
-+ LIB_POSIX_SPAWN=$ac_cv_search_posix_spawn])
-+ AC_CHECK_FUNCS([posix_spawn])
-+ LIBS=$gl_saved_libs
-+
- if test $ac_cv_func_posix_spawn != yes; then
- HAVE_POSIX_SPAWN=0
- fi