summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-02-04 03:14:25 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-02-04 03:14:25 +0000
commit7987a4ab86252b556193704f53a595f3cff5fc19 (patch)
treef7a84a042a68a8805d0d0f51d463e1ad705c29f2 /games-strategy/wormux
parentFixed some QA issues. (diff)
downloadgentoo-2-7987a4ab86252b556193704f53a595f3cff5fc19.tar.gz
gentoo-2-7987a4ab86252b556193704f53a595f3cff5fc19.tar.bz2
gentoo-2-7987a4ab86252b556193704f53a595f3cff5fc19.zip
patch for fribidi which is missing fribidi-config in later versions from Thomas Axelsson via bug #253622
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-strategy/wormux')
-rw-r--r--games-strategy/wormux/ChangeLog6
-rw-r--r--games-strategy/wormux/wormux-0.8.2.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/games-strategy/wormux/ChangeLog b/games-strategy/wormux/ChangeLog
index a98860fa09f2..46b19230a90d 100644
--- a/games-strategy/wormux/ChangeLog
+++ b/games-strategy/wormux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/wormux
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.28 2009/01/10 15:16:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.29 2009/02/04 03:14:25 mr_bones_ Exp $
+
+ 04 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> wormux-0.8.2.ebuild:
+ patch for fribidi which is missing fribidi-config in later versions from
+ Thomas Axelsson via bug #253622
10 Jan 2009; Markus Meier <maekke@gentoo.org> wormux-0.8.2.ebuild:
amd64/x86 stable, bug #253146
diff --git a/games-strategy/wormux/wormux-0.8.2.ebuild b/games-strategy/wormux/wormux-0.8.2.ebuild
index c86390bf9115..e85ead223fbb 100644
--- a/games-strategy/wormux/wormux-0.8.2.ebuild
+++ b/games-strategy/wormux/wormux-0.8.2.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/games-strategy/wormux/wormux-0.8.2.ebuild,v 1.4 2009/01/10 15:16:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.2.ebuild,v 1.5 2009/02/04 03:14:25 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -36,6 +36,7 @@ src_unpack() {
sed -i \
-e "/AX_CFLAGS_WARN_ALL/d" \
-e "s/-Werror//g" \
+ -e "s/fribidi-config/pkg-config fribidi/g" \
configure.ac \
|| die "sed failed"
sed -i \