diff options
author | 2008-11-18 21:14:32 +0000 | |
---|---|---|
committer | 2008-11-18 21:14:32 +0000 | |
commit | d2bd1618760cfc7ea908126d8de70661848c4bf9 (patch) | |
tree | 9e793a25bed2d238ae0c14cb311047e356b7bef6 /games-puzzle/enigma/enigma-1.01.ebuild | |
parent | Package mask app-emacs/quilt-el. (diff) | |
download | gentoo-2-d2bd1618760cfc7ea908126d8de70661848c4bf9.tar.gz gentoo-2-d2bd1618760cfc7ea908126d8de70661848c4bf9.tar.bz2 gentoo-2-d2bd1618760cfc7ea908126d8de70661848c4bf9.zip |
add patch for building with xerces-c-3 from Frédéric COIFFIER via bug #242916
(Portage version: 2.1.4.5)
Diffstat (limited to 'games-puzzle/enigma/enigma-1.01.ebuild')
-rw-r--r-- | games-puzzle/enigma/enigma-1.01.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-puzzle/enigma/enigma-1.01.ebuild b/games-puzzle/enigma/enigma-1.01.ebuild index 047adab6594a..034dc37941af 100644 --- a/games-puzzle/enigma/enigma-1.01.ebuild +++ b/games-puzzle/enigma/enigma-1.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.7 2008/08/18 05:47:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.8 2008/11/18 21:14:32 mr_bones_ Exp $ inherit autotools eutils games @@ -30,7 +30,8 @@ src_unpack() { cp /usr/share/gettext/config.rpath . epatch \ "${FILESDIR}"/${P}-autotools.patch \ - "${FILESDIR}"/${P}-gcc43.patch + "${FILESDIR}"/${P}-gcc43.patch \ + "${FILESDIR}"/${P}-xerces-c.patch eautoreconf } |