summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2009-07-30 07:58:34 +0000
committerRyan Hill <rhill@gentoo.org>2009-07-30 07:58:34 +0000
commitd91537b1cb587f8235925f7e1b45bfaea3fe4774 (patch)
tree16d9439841d5da8aaa9cd4a9d54d32553057ff77 /dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild
parentVersion bump. (diff)
downloadhistorical-d91537b1cb587f8235925f7e1b45bfaea3fe4774.tar.gz
historical-d91537b1cb587f8235925f7e1b45bfaea3fe4774.tar.bz2
historical-d91537b1cb587f8235925f7e1b45bfaea3fe4774.zip
Fix build w/ glibc-2.10. (bug #275750)
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild')
-rw-r--r--dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild
index c621ef960f68..bc224b0d2b18 100644
--- a/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild
+++ b/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild,v 1.3 2009/05/03 16:04:44 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild,v 1.4 2009/07/30 07:58:34 dirtyepic Exp $
inherit eutils autotools
@@ -26,6 +26,7 @@ src_unpack() {
epatch "${FILESDIR}/1.6.1-gcc42_atomicity.patch"
epatch "${FILESDIR}/${PV}-autoconf.patch"
epatch "${FILESDIR}/1.6.2-configure_detect_netfilter.patch" # bug 236177
+ epatch "${FILESDIR}/${P}-glibc-2.10.patch"
AT_M4DIR="m4" eautoreconf
}