summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-09 13:39:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-09 13:39:07 +0000
commit022bd8a70b38852bb6d515f263dd28bb3f1ffe8e (patch)
treebd459a14987d950eb554828d216747fe02e93bdb /www-servers/thttpd/thttpd-2.25b-r7.ebuild
parentppc stable #278527 (diff)
downloadhistorical-022bd8a70b38852bb6d515f263dd28bb3f1ffe8e.tar.gz
historical-022bd8a70b38852bb6d515f263dd28bb3f1ffe8e.tar.bz2
historical-022bd8a70b38852bb6d515f263dd28bb3f1ffe8e.zip
Fix building with GLIBC 2.10+ wrt #274049.
Package-Manager: portage-2.2_rc36/cvs/Linux x86_64
Diffstat (limited to 'www-servers/thttpd/thttpd-2.25b-r7.ebuild')
-rw-r--r--www-servers/thttpd/thttpd-2.25b-r7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/www-servers/thttpd/thttpd-2.25b-r7.ebuild b/www-servers/thttpd/thttpd-2.25b-r7.ebuild
index 9dbf6f7721a1..1cb059d5d3a6 100644
--- a/www-servers/thttpd/thttpd-2.25b-r7.ebuild
+++ b/www-servers/thttpd/thttpd-2.25b-r7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.25b-r7.ebuild,v 1.6 2008/06/26 08:39:18 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.25b-r7.ebuild,v 1.7 2009/08/09 13:39:07 ssuominen Exp $
inherit eutils flag-o-matic
@@ -22,6 +22,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${MY_P}/*.diff
+ epatch "${FILESDIR}"/${P}-glibc-2.10.patch
}
pkg_setup() {