diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 19:50:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 19:50:54 +0200 |
commit | 1cd11c88bda06ad487c887af9fcae040353bdcf2 (patch) | |
tree | 26a45bcdef4ea0c10df9a53805789d5d6e27d40b /package/wget/patches/patch-Makefile_am | |
parent | 1d513063883a55a163b5b60527bdb8de49e7be8d (diff) |
fix build without autopoint
Diffstat (limited to 'package/wget/patches/patch-Makefile_am')
-rw-r--r-- | package/wget/patches/patch-Makefile_am | 6 |
1 files changed, 3 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 \ |