summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-04-02 21:07:06 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-04-02 21:07:06 +0000
commitdab88c0f0e7fcb9c2f40361e0fa77bbc2a6e90fb (patch)
tree458f7b8b8042d6f1c5d4803b79f36e22bd25b152 /sys-apps/mtx
parentAdded 8.0beta version and marked 7.4 stable. (Manifest recommit) (diff)
downloadgentoo-2-dab88c0f0e7fcb9c2f40361e0fa77bbc2a6e90fb.tar.gz
gentoo-2-dab88c0f0e7fcb9c2f40361e0fa77bbc2a6e90fb.tar.bz2
gentoo-2-dab88c0f0e7fcb9c2f40361e0fa77bbc2a6e90fb.zip
Added a sed script to filter out "/usr/src/linux/include" from the source; this solves compilation errors on 2.6 kernels. Closes bug #45537.
Diffstat (limited to 'sys-apps/mtx')
-rw-r--r--sys-apps/mtx/ChangeLog15
-rw-r--r--sys-apps/mtx/mtx-1.2.18.ebuild3
2 files changed, 12 insertions, 6 deletions
diff --git a/sys-apps/mtx/ChangeLog b/sys-apps/mtx/ChangeLog
index 010fbdc5bb1e..12a5263cb2bf 100644
--- a/sys-apps/mtx/ChangeLog
+++ b/sys-apps/mtx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/mtx
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/ChangeLog,v 1.7 2004/01/13 19:05:31 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/ChangeLog,v 1.8 2004/04/02 21:07:05 plasmaroo Exp $
+
+ 02 Apr 2004; <plasmaroo@gentoo.org> mtx-1.2.18.ebuild:
+ Added a sed script to filter out "/usr/src/linux/include" from the source;
+ this solves compilation errors on 2.6 kernels. Closes bug #45537.
*mtx-1.2.18 (13 Jan 2004)
@@ -8,16 +12,17 @@
Version bumped. Closes 37947.
13 Jan 2004; Martin Holzer <mholzer@gentoo.org> mtx-1.2.17.ebuild:
- adding RESTRICT=nomirror
+ Adding RESTRICT=nomirror.
07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> mtx-1.2.17.ebuild:
- add ~ppc as this is needed for amanda and i've got reports of it working on ppc
+ Added ~ppc as this is needed for amanda and I've got reports of it working
+ on PPC.
24 Nov 2003; Aron Griffis <agriffis@gentoo.org> mtx-1.2.17.ebuild:
- Stable on alpha
+ Stable on alpha.
28 Oct 2003; Todd Sunderlin <todd@gentoo.org> mtx-1.2.17.ebuild:
- added ~sparc keyword
+ Added ~sparc keyword.
*mtx-1.2.17 (23 Oct 2002)
diff --git a/sys-apps/mtx/mtx-1.2.18.ebuild b/sys-apps/mtx/mtx-1.2.18.ebuild
index c3da717f1523..d5d0590405d3 100644
--- a/sys-apps/mtx/mtx-1.2.18.ebuild
+++ b/sys-apps/mtx/mtx-1.2.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.18.ebuild,v 1.1 2004/01/13 19:05:31 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.18.ebuild,v 1.2 2004/04/02 21:07:06 plasmaroo Exp $
IUSE=""
@@ -16,6 +16,7 @@ SLOT="0"
src_unpack() {
unpack ${A}
mv ${P}rel ${S}
+ sed -e 's:/usr/src/linux/include ::' -i ${S}/Makefile.in
}
src_compile() {