summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2005-05-21 13:13:56 +0000
committerHanno Böck <hanno@gentoo.org>2005-05-21 13:13:56 +0000
commit32206fe40c7cda40511461d14ee6f6c2b30f38a6 (patch)
treeef5af8f56d44b27da986a0633e21acac309bcd00 /app-emulation
parentAdded ~ppc64 (diff)
downloadgentoo-2-32206fe40c7cda40511461d14ee6f6c2b30f38a6.tar.gz
gentoo-2-32206fe40c7cda40511461d14ee6f6c2b30f38a6.tar.bz2
gentoo-2-32206fe40c7cda40511461d14ee6f6c2b30f38a6.zip
unset KERNEL-variable in dosemu-ebuild to fix compilation (bug #91261).
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/dosemu/ChangeLog5
-rw-r--r--app-emulation/dosemu/dosemu-1.2.2-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog
index 5437850cdf21..a9f22ffdec66 100644
--- a/app-emulation/dosemu/ChangeLog
+++ b/app-emulation/dosemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/dosemu
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.27 2005/04/19 10:45:16 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.28 2005/05/21 13:13:56 hanno Exp $
+
+ 21 May 2005; Hanno Boeck <hanno@gentoo.org> dosemu-1.2.2-r1.ebuild:
+ Unset KERNEL-Variable to fix compilation (see bug #91261).
19 Apr 2005; Hanno Boeck <hanno@gentoo.org> dosemu-1.2.2-r1.ebuild:
Stable on x86.
diff --git a/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild b/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild
index d3f212ecdd43..a3bf171f61e1 100644
--- a/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild
+++ b/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild,v 1.6 2005/04/19 10:45:16 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild,v 1.7 2005/05/21 13:13:56 hanno Exp $
inherit flag-o-matic eutils
@@ -37,6 +37,7 @@ src_compile() {
local myflags="--sysconfdir=/etc/dosemu/ \
--with-mandir=/usr/share/man/"
+ unset KERNEL
use X || myflags="${myflags} --with-x=no"
use svga && myflags="${myflags} --enable-use-svgalib"
use gpm || myflags="${myflags} --without-gpm"