summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-06 11:51:21 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-06 11:51:21 +0000
commite7722a04318ebfffb8068f15d2db0aa656d4ae0c (patch)
treec34c7aea7dfcb6795a0fa56b6c65a53f8b629524
parentnew release, mark 0.5.9 x86 (diff)
downloadgentoo-2-e7722a04318ebfffb8068f15d2db0aa656d4ae0c.tar.gz
gentoo-2-e7722a04318ebfffb8068f15d2db0aa656d4ae0c.tar.bz2
gentoo-2-e7722a04318ebfffb8068f15d2db0aa656d4ae0c.zip
Closing #40303.
-rw-r--r--media-plugins/mythgallery/ChangeLog5
-rw-r--r--media-plugins/mythgallery/mythgallery-0.14.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog
index 497157db4079..7ac82ddf8c2b 100644
--- a/media-plugins/mythgallery/ChangeLog
+++ b/media-plugins/mythgallery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythgallery
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.12 2004/02/03 14:08:12 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.13 2004/02/06 11:51:21 aliz Exp $
+
+ 06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> mythgallery-0.14.ebuild:
+ Fix crippled package. Closing #40303.
*mythgallery-0.14 (03 Feb 2004)
diff --git a/media-plugins/mythgallery/mythgallery-0.14.ebuild b/media-plugins/mythgallery/mythgallery-0.14.ebuild
index 57c9e4f50c15..6fef07fa122a 100644
--- a/media-plugins/mythgallery/mythgallery-0.14.ebuild
+++ b/media-plugins/mythgallery/mythgallery-0.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.14.ebuild,v 1.1 2004/02/03 13:51:53 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.14.ebuild,v 1.2 2004/02/06 11:51:21 aliz Exp $
inherit flag-o-matic
@@ -29,6 +29,8 @@ src_compile() {
sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed"
fi
+ econf `use_enable opengl` || die
+
qmake -o "Makefile" "${PN}.pro"
emake || die "compile problem"
}