summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2006-04-01 06:49:18 +0000
committerKeri Harris <keri@gentoo.org>2006-04-01 06:49:18 +0000
commit9364de29b468f2c9336553c86f923f20f1d5b02e (patch)
treec803ded6920eddf5e3a2559a33cda8f9529463a8 /dev-lang/mercury-extras/mercury-extras-0.12.2.ebuild
parentRevbump to fix security bug #126475. (diff)
downloadhistorical-9364de29b468f2c9336553c86f923f20f1d5b02e.tar.gz
historical-9364de29b468f2c9336553c86f923f20f1d5b02e.tar.bz2
historical-9364de29b468f2c9336553c86f923f20f1d5b02e.zip
Update gcc patchset to gcc-4.x
Package-Manager: portage-2.1_pre7-r3
Diffstat (limited to 'dev-lang/mercury-extras/mercury-extras-0.12.2.ebuild')
-rw-r--r--dev-lang/mercury-extras/mercury-extras-0.12.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/mercury-extras/mercury-extras-0.12.2.ebuild b/dev-lang/mercury-extras/mercury-extras-0.12.2.ebuild
index 757091aae2a3..1af009f86e98 100644
--- a/dev-lang/mercury-extras/mercury-extras-0.12.2.ebuild
+++ b/dev-lang/mercury-extras/mercury-extras-0.12.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.12.2.ebuild,v 1.2 2006/03/27 19:08:41 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.12.2.ebuild,v 1.3 2006/04/01 06:49:18 keri Exp $
inherit eutils
@@ -26,11 +26,14 @@ DEPEND="~dev-lang/mercury-0.12.2
src_unpack() {
unpack ${A}
cd "${S}"
+ epatch "${FILESDIR}"/${P}-gcc4.patch
epatch "${FILESDIR}"/${P}-concurrency.patch
+ epatch "${FILESDIR}"/${P}-lex.patch
epatch "${FILESDIR}"/${P}-mercury_glut.patch
epatch "${FILESDIR}"/${P}-mercury_tcltk.patch
epatch "${FILESDIR}"/${P}-mercury_opengl.patch
epatch "${FILESDIR}"/${P}-odbc.patch
+ epatch "${FILESDIR}"/${P}-references.patch
epatch "${FILESDIR}"/${P}-trailed_update.patch
sed -i -e "s:curs:concurrency curs:" \