diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-03-07 14:57:14 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-03-07 14:57:14 +0000 |
commit | cd481332b7995bd570f91ee7d5794b37db5a557a (patch) | |
tree | e990591dbd301678f27a596f5b6634f592060c52 /dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild | |
parent | Remove old version. (diff) | |
download | gentoo-2-cd481332b7995bd570f91ee7d5794b37db5a557a.tar.gz gentoo-2-cd481332b7995bd570f91ee7d5794b37db5a557a.tar.bz2 gentoo-2-cd481332b7995bd570f91ee7d5794b37db5a557a.zip |
Add patch from Aurélien Francillon <aurelien dot francillon at inrialpes dot fr> to fix build failure with newer headers, bug #236177, x86 stable
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild')
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild index c634c42063e1..615d2751852f 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.6.1.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/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild,v 1.7 2008/05/07 05:32:39 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild,v 1.8 2009/03/07 14:57:13 armin76 Exp $ inherit eutils autotools @@ -23,8 +23,9 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${PV}-gcc42_atomicity.patch" \ - "${FILESDIR}/${PV}-autoconf.patch" + epatch "${FILESDIR}/${PV}-gcc42_atomicity.patch" + epatch "${FILESDIR}/${PV}-autoconf.patch" + epatch "${FILESDIR}/1.6.2-configure_detect_netfilter.patch" AT_M4DIR="m4" eautoreconf } |