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 | 85ea92dd1b295681528a9b2e73d2427e6e19a0fb (patch) | |
tree | 7297c0ae2d3a7dae0f7b7040587a9ecdc526112c /app-emulation/mol | |
parent | removed evo from use.mask (diff) | |
download | historical-85ea92dd1b295681528a9b2e73d2427e6e19a0fb.tar.gz historical-85ea92dd1b295681528a9b2e73d2427e6e19a0fb.tar.bz2 historical-85ea92dd1b295681528a9b2e73d2427e6e19a0fb.zip |
Workaround in
Diffstat (limited to 'app-emulation/mol')
-rw-r--r-- | app-emulation/mol/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/mol/Manifest | 10 | ||||
-rw-r--r-- | app-emulation/mol/mol-0.9.70.ebuild | 5 |
3 files changed, 12 insertions, 8 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/Manifest b/app-emulation/mol/Manifest index 265a91c2f1f2..0cbac3a518f5 100644 --- a/app-emulation/mol/Manifest +++ b/app-emulation/mol/Manifest @@ -1,10 +1,10 @@ -MD5 06cd93a273cc142f1d330057facc3768 ChangeLog 7558 +MD5 5c4e6a76cf4c933af742de0d1df67e30 mol-0.9.70_rc2-r1.ebuild 3731 +MD5 98dd4fc8c4e43b45e8df1eda367a0dde ChangeLog 7662 MD5 3263d375abba2d098c636efc2b135ea5 metadata.xml 333 MD5 835665621e3abf39934da974e1f3b4dd mol-0.9.68-r4.ebuild 2209 -MD5 5c4e6a76cf4c933af742de0d1df67e30 mol-0.9.70_rc2-r1.ebuild 3731 -MD5 afad572acff8bea54a4d53781a5698b5 mol-0.9.70.ebuild 3841 +MD5 b79d3df82882d571b086b8ab422ae74b mol-0.9.70.ebuild 3879 MD5 98990df6bb9f196021dea0b77d2d912d files/26-arch-fix.patch 2320 -MD5 d4bc3f0122eb77fbfbfcf584f442049d files/digest-mol-0.9.68-r4 67 -MD5 3944510308e77b92ac85c07708947ad0 files/digest-mol-0.9.70 64 MD5 9250d5f1a7e9cbe52e9e3621d14294c8 files/digest-mol-0.9.70_rc2-r1 71 +MD5 3944510308e77b92ac85c07708947ad0 files/digest-mol-0.9.70 64 +MD5 d4bc3f0122eb77fbfbfcf584f442049d files/digest-mol-0.9.68-r4 67 MD5 0ea7bd65a5ff4666665a71fb9652aae8 files/mol-0.9.70-makefile-fix.patch 924 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 |