diff options
Diffstat (limited to 'package/wget/patches')
-rw-r--r-- | package/wget/patches/patch-Makefile_am | 6 | ||||
-rw-r--r-- | package/wget/patches/patch-configure_ac | 15 |
2 files changed, 18 insertions, 3 deletions
diff --git a/package/wget/patches/patch-Makefile_am b/package/wget/patches/patch-Makefile_am index dcb930fcf..c9c937c60 100644 --- a/package/wget/patches/patch-Makefile_am +++ b/package/wget/patches/patch-Makefile_am @@ -1,11 +1,11 @@ ---- wget-1.14.orig/Makefile.am 2012-05-13 16:44:48.000000000 +0200 -+++ wget-1.14/Makefile.am 2013-12-06 17:00:51.000000000 +0100 +--- 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 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 new file mode 100644 index 000000000..cfb3a165b --- /dev/null +++ b/package/wget/patches/patch-configure_ac @@ -0,0 +1,15 @@ +--- 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 |