diff options
author | 2004-05-09 16:41:34 +0000 | |
---|---|---|
committer | 2004-05-09 16:41:34 +0000 | |
commit | 5841ba9c18f883c42f02127b6a67980335d4ba76 (patch) | |
tree | 399378f03a1c60d569b74f82997d4f7741196d31 /net-libs/libwww/libwww-5.4.0-r2.ebuild | |
parent | version bump (diff) | |
download | historical-5841ba9c18f883c42f02127b6a67980335d4ba76.tar.gz historical-5841ba9c18f883c42f02127b6a67980335d4ba76.tar.bz2 historical-5841ba9c18f883c42f02127b6a67980335d4ba76.zip |
Fixed compile error when -DNDEBUG is set. Thanks to #gentoo.pl Team - sekretarz <sekretarz@dukato.net>, bug #50483. Removed 5.4.0-r1 from the tree.
Diffstat (limited to 'net-libs/libwww/libwww-5.4.0-r2.ebuild')
-rw-r--r-- | net-libs/libwww/libwww-5.4.0-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libwww/libwww-5.4.0-r2.ebuild b/net-libs/libwww/libwww-5.4.0-r2.ebuild index d54eb56b011e..78b982022e36 100644 --- a/net-libs/libwww/libwww-5.4.0-r2.ebuild +++ b/net-libs/libwww/libwww-5.4.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r2.ebuild,v 1.12 2004/04/02 16:16:38 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r2.ebuild,v 1.13 2004/05/09 16:41:34 usata Exp $ inherit eutils @@ -32,6 +32,7 @@ src_unpack() { epatch ${WORKDIR}/${P}-debian-autoconf-2.5.patch epatch ${FILESDIR}/${P}-autoconf-gentoo.diff epatch ${FILESDIR}/${P}-automake-gentoo.diff # bug #41959 + epatch ${FILESDIR}/${P}-disable-ndebug-gentoo.diff # bug #50483 libtoolize -c -f || die "libtoolize failed" aclocal || die "aclocal failed" |