summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-09-27 17:05:06 +0000
committerMark Guertin <gerk@gentoo.org>2002-09-27 17:05:06 +0000
commit2f7ba7515416bc8479dab136b2f5dde7eae19d22 (patch)
tree7f9775cde8999f737597d8a85a8b6722fa4ed63d /app-emulation
parentFix for #8464. (diff)
downloadgentoo-2-2f7ba7515416bc8479dab136b2f5dde7eae19d22.tar.gz
gentoo-2-2f7ba7515416bc8479dab136b2f5dde7eae19d22.tar.bz2
gentoo-2-2f7ba7515416bc8479dab136b2f5dde7eae19d22.zip
filtered -fsigned-char cflag and added -alpha to keywords
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/mol/ChangeLog6
-rw-r--r--app-emulation/mol/mol-0.9.65.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/app-emulation/mol/ChangeLog b/app-emulation/mol/ChangeLog
index 6f2e0be8968d..7b048c9a47d2 100644
--- a/app-emulation/mol/ChangeLog
+++ b/app-emulation/mol/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for app-emulation/mol
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.6 2002/09/23 07:16:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.7 2002/09/27 17:05:06 gerk Exp $
*mol-0.9.65 (20 July 2002)
+ 29 Sep 2002; Mark Guertin <gerk@gentoo.org> mol-0.9.65.ebuild :
+ Added -alpha to KEYWORDS and filtered -fsigne-char flag, this causes
+ problems for users trying to run OS X (repeated keys)
+
23 Sep 2002; Mike Frysinger <vapier@gentoo.org>
Changed LICENSE from GPL to GPL-2 and removed pkg_setup check for ARCH
diff --git a/app-emulation/mol/mol-0.9.65.ebuild b/app-emulation/mol/mol-0.9.65.ebuild
index c4f193a189f4..0d79b0f7f7b1 100644
--- a/app-emulation/mol/mol-0.9.65.ebuild
+++ b/app-emulation/mol/mol-0.9.65.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.65.ebuild,v 1.3 2002/09/23 07:16:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.65.ebuild,v 1.4 2002/09/27 17:05:06 gerk Exp $
+
+inherit flag-o-matic
S=${WORKDIR}/${P}
DESCRIPTION="MOL (Mac-on-Linux) is a PPC-only program to run Mac OS X and under natively within Linux"
@@ -11,10 +13,11 @@ DEPEND="virtual/glibc"
RDEPEND=""
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="ppc -x86 -sparc -sparc64"
+KEYWORDS="ppc -x86 -sparc -sparc64 -alpha"
src_compile() {
+ filter-flags -fsigned-char
./configure --prefix=/usr || die "This is a ppc-only package (time to buy that iBook, no?)"
emake || die "Failed to compile MOL"
}