summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/mol')
-rw-r--r--app-emulation/mol/ChangeLog5
-rw-r--r--app-emulation/mol/mol-0.9.70.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/mol/ChangeLog b/app-emulation/mol/ChangeLog
index 7287cfa6981d..051f53c280fa 100644
--- a/app-emulation/mol/ChangeLog
+++ b/app-emulation/mol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/mol
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.38 2004/06/24 22:33:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.39 2004/09/30 23:17:53 lu_zero Exp $
+
+ 01 Oct 2004; Luca Barbato <lu_zero@gentoo.org> mol-0.9.70.ebuild:
+ Workaround for issue with libpng.
14 May 2004; Lars Weiler <pylon@gentoo.org> mol-0.9.70.ebuild:
This version could be set into stable.
diff --git a/app-emulation/mol/mol-0.9.70.ebuild b/app-emulation/mol/mol-0.9.70.ebuild
index d6b011a1e5c7..96691461cec8 100644
--- a/app-emulation/mol/mol-0.9.70.ebuild
+++ b/app-emulation/mol/mol-0.9.70.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70.ebuild,v 1.8 2004/08/19 23:52:17 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70.ebuild,v 1.9 2004/09/30 23:17:53 lu_zero Exp $
inherit flag-o-matic eutils
@@ -49,7 +49,8 @@ src_compile() {
# initialize all needed build-files
./autogen.sh
-
+ #workaround
+ ./configure --disable-png
emake defconfig || die "This is a ppc-only package (time to buy that iBook, no?)"
sed -i "s:CONFIG_XDGA=y:# CONFIG_XDGA is not set:" .config