summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-04 09:32:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-04 09:32:44 +0000
commit21350938cbd35789250b06ce650683f2f2012b39 (patch)
tree8a407740cbfbb14b73ab653fef3ba7b36b5af956 /games-arcade/xevil/xevil-2.02_p2-r1.ebuild
parentFix building with GLIBC 2.10+ wrt #282431. (diff)
downloadhistorical-21350938cbd35789250b06ce650683f2f2012b39.tar.gz
historical-21350938cbd35789250b06ce650683f2f2012b39.tar.bz2
historical-21350938cbd35789250b06ce650683f2f2012b39.zip
Fix building with GLIBC 2.10+ wrt #273557 by Arttu Valo.
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'games-arcade/xevil/xevil-2.02_p2-r1.ebuild')
-rw-r--r--games-arcade/xevil/xevil-2.02_p2-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/xevil/xevil-2.02_p2-r1.ebuild b/games-arcade/xevil/xevil-2.02_p2-r1.ebuild
index e2b4d4da6aa3..93173ec00831 100644
--- a/games-arcade/xevil/xevil-2.02_p2-r1.ebuild
+++ b/games-arcade/xevil/xevil-2.02_p2-r1.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/games-arcade/xevil/xevil-2.02_p2-r1.ebuild,v 1.3 2008/01/06 01:27:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/xevil-2.02_p2-r1.ebuild,v 1.4 2009/09/04 09:32:43 ssuominen Exp $
inherit eutils games
@@ -31,6 +31,7 @@ src_unpack() {
-e "s:CFLAGS=\":CFLAGS=\"${CFLAGS} :g" \
-e 's:-lXpm:-lXpm -lpthread:g' \
config.mk || die "sed failed"
+ epatch "${FILESDIR}"/${P}-glibc-2.10.patch
}
src_compile() {