summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-06-30 05:00:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-06-30 05:00:28 +0000
commit38e2d2b5b882a09f711909dc4fb2e2d6415af34d (patch)
treea73a3d142f1fe59bb76a51f069166a3a4239b5d7 /games-puzzle/pingus/pingus-0.7.6.ebuild
parentversion bump (diff)
downloadgentoo-2-38e2d2b5b882a09f711909dc4fb2e2d6415af34d.tar.gz
gentoo-2-38e2d2b5b882a09f711909dc4fb2e2d6415af34d.tar.bz2
gentoo-2-38e2d2b5b882a09f711909dc4fb2e2d6415af34d.zip
fix USE=-opengl compile (bug #404425)
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/pingus/pingus-0.7.6.ebuild')
-rw-r--r--games-puzzle/pingus/pingus-0.7.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-puzzle/pingus/pingus-0.7.6.ebuild b/games-puzzle/pingus/pingus-0.7.6.ebuild
index 8e725811d6cd..9ec8604cd3d4 100644
--- a/games-puzzle/pingus/pingus-0.7.6.ebuild
+++ b/games-puzzle/pingus/pingus-0.7.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.6 2012/06/29 20:11:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.7 2012/06/30 05:00:28 mr_bones_ Exp $
EAPI=2
inherit eutils flag-o-matic scons-utils toolchain-funcs games
@@ -38,6 +38,7 @@ src_prepare() {
export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
strip-flags
+ epatch "${FILESDIR}"/${P}-noopengl.patch
}
src_compile() {