aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schäfer <gentryx@gmx.de>2013-06-02 00:58:57 +0200
committerAndreas Schäfer <gentryx@gmx.de>2013-06-02 00:58:57 +0200
commit3177174a45e58895cd3c2748ccd17feea568d291 (patch)
treef6d6a6a765041a3c9c6d95c3c4a817c1c57c0db7 /sys-cluster/modules/modules-3.2.9c-r1.ebuild
parentsync with gx86 (diff)
downloadsci-3177174a45e58895cd3c2748ccd17feea568d291.tar.gz
sci-3177174a45e58895cd3c2748ccd17feea568d291.tar.bz2
sci-3177174a45e58895cd3c2748ccd17feea568d291.zip
fixed compilation of modules with recent tcl
Diffstat (limited to 'sys-cluster/modules/modules-3.2.9c-r1.ebuild')
-rw-r--r--sys-cluster/modules/modules-3.2.9c-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-cluster/modules/modules-3.2.9c-r1.ebuild b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
index 870399e7c..4c76601d6 100644
--- a/sys-cluster/modules/modules-3.2.9c-r1.ebuild
+++ b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -26,6 +26,10 @@ S="${WORKDIR}/${P%[a-z]}"
DOCS=(ChangeLog README NEWS TODO)
+src_prepare() {
+ epatch "${FILESDIR}"/errorline.patch
+}
+
src_configure() {
local myeconfargs=(
$(use_with X x)