diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-09-30 23:17:53 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-09-30 23:17:53 +0000 |
commit | ac54394ff1dc7a27d520579089a373d1c4d06649 (patch) | |
tree | d4e4d586191d97763d4231851aa8f73d7157e60b /app-emulation/mol | |
parent | removed evo from use.mask (diff) | |
download | gentoo-2-ac54394ff1dc7a27d520579089a373d1c4d06649.tar.gz gentoo-2-ac54394ff1dc7a27d520579089a373d1c4d06649.tar.bz2 gentoo-2-ac54394ff1dc7a27d520579089a373d1c4d06649.zip |
Workaround in
Diffstat (limited to 'app-emulation/mol')
-rw-r--r-- | app-emulation/mol/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/mol/mol-0.9.70.ebuild | 5 |
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 |