summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-04 10:33:22 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-04 10:33:22 +0000
commitd947ad95ddc5c97f477b02385db54ab56f9c7178 (patch)
tree413e9d1be80768a082bbeddd59386e86b0d468d9 /dev-cpp/libassa/libassa-3.5.0.ebuild
parentVersion bump to 2.10.9 (diff)
downloadgentoo-2-d947ad95ddc5c97f477b02385db54ab56f9c7178.tar.gz
gentoo-2-d947ad95ddc5c97f477b02385db54ab56f9c7178.tar.bz2
gentoo-2-d947ad95ddc5c97f477b02385db54ab56f9c7178.zip
Fix building with GCC 4.4+ wrt #281733.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/libassa/libassa-3.5.0.ebuild')
-rw-r--r--dev-cpp/libassa/libassa-3.5.0.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-cpp/libassa/libassa-3.5.0.ebuild b/dev-cpp/libassa/libassa-3.5.0.ebuild
index 9c1bbb4d1ef6..3c1be770af93 100644
--- a/dev-cpp/libassa/libassa-3.5.0.ebuild
+++ b/dev-cpp/libassa/libassa-3.5.0.ebuild
@@ -1,6 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild,v 1.3 2009/04/14 13:22:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild,v 1.4 2009/09/04 10:33:22 ssuominen Exp $
+
+EAPI=2
+inherit eutils
DESCRIPTION="A networking library based on Adaptive Communication Patterns"
HOMEPAGE="http://libassa.sourceforge.net/"
@@ -11,6 +14,10 @@ SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-gcc44.patch
+}
+
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README TODO