summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-09-06 16:43:49 +0000
committerFabian Groffen <grobian@gentoo.org>2011-09-06 16:43:49 +0000
commit2976979c50dddad19ee215fec8bffe5d1bc82369 (patch)
tree6c8a5755d44ebc73b9abd5912d21da4e20c94763 /net-misc
parentVersion bump. (diff)
downloadgentoo-2-2976979c50dddad19ee215fec8bffe5d1bc82369.tar.gz
gentoo-2-2976979c50dddad19ee215fec8bffe5d1bc82369.tar.bz2
gentoo-2-2976979c50dddad19ee215fec8bffe5d1bc82369.zip
Add upstream reference for path, fix commented .ac code
(Portage version: 2.2.01.19120-prefix/cvs/Darwin i386)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/wget/ChangeLog6
-rw-r--r--net-misc/wget/files/wget-1.13-static-link-libz.patch3
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index 95b5cef67da2..5d8ed0ccc36b 100644
--- a/net-misc/wget/ChangeLog
+++ b/net-misc/wget/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/wget
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.145 2011/09/02 08:25:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.146 2011/09/06 16:43:49 grobian Exp $
+
+ 06 Sep 2011; Fabian Groffen <grobian@gentoo.org>
+ files/wget-1.13-static-link-libz.patch:
+ Add upstream reference for path, fix commented .ac code
02 Sep 2011; Tim Harder <radhermit@gentoo.org> wget-1.13.3-r2.ebuild:
Remove unused myconf variable.
diff --git a/net-misc/wget/files/wget-1.13-static-link-libz.patch b/net-misc/wget/files/wget-1.13-static-link-libz.patch
index e3a1324a3a16..e21bb548d840 100644
--- a/net-misc/wget/files/wget-1.13-static-link-libz.patch
+++ b/net-misc/wget/files/wget-1.13-static-link-libz.patch
@@ -1,3 +1,4 @@
+http://savannah.gnu.org/bugs/?34196
http://bugs.gentoo.org/show_bug.cgi?id=290351
patch by Alan Hourihane
@@ -11,7 +12,7 @@ patch by Alan Hourihane
*
* dnl Now actually check for -lssl
*- AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [
-*+ AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [z], [
+*+ AC_LIB_HAVE_LINKFLAGS([ssl], [crypto z], [
* #include <openssl/ssl.h>
* #include <openssl/x509.h>
* #include <openssl/err.h>