summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-12-03 20:06:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-12-03 20:06:18 +0000
commit4c879119c92ce3de713956fe505de60a9f1c0044 (patch)
tree2fe95d808c4b74c703b128950c0334bfc0b0a59b /dev-games/irrlicht
parentia64 stable (diff)
downloadgentoo-2-4c879119c92ce3de713956fe505de60a9f1c0044.tar.gz
gentoo-2-4c879119c92ce3de713956fe505de60a9f1c0044.tar.bz2
gentoo-2-4c879119c92ce3de713956fe505de60a9f1c0044.zip
opengl fixup still needed (bug #114335)
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-games/irrlicht')
-rw-r--r--dev-games/irrlicht/irrlicht-0.14.0.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-games/irrlicht/irrlicht-0.14.0.ebuild b/dev-games/irrlicht/irrlicht-0.14.0.ebuild
index c788d5b0d6ab..aecd06bf10b9 100644
--- a/dev-games/irrlicht/irrlicht-0.14.0.ebuild
+++ b/dev-games/irrlicht/irrlicht-0.14.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-0.14.0.ebuild,v 1.1 2005/12/02 17:16:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-0.14.0.ebuild,v 1.2 2005/12/03 20:06:18 mr_bones_ Exp $
inherit eutils toolchain-funcs
@@ -29,14 +29,14 @@ src_unpack() {
rm -f source.zip
cd Irrlicht
- # works for me without this. Maybe we can take it out?
# stupid nvidia / xorg GL differences
- #if echo -e '#include <GL/glx.h>\nglXGetProcAddress blah;' | \
- #$(tc-getCC) -E - | \
- #grep -q glXGetProcAddressARB
- #then
- #epatch "${FILESDIR}"/${PN}-0.12.0-opengl.patch
- #fi
+ # still needed - bug #114335
+ if echo -e '#include <GL/glx.h>\nglXGetProcAddress blah;' | \
+ $(tc-getCC) -E - | \
+ grep -q glXGetProcAddressARB
+ then
+ epatch "${FILESDIR}"/${PN}-0.12.0-opengl.patch
+ fi
# use the system zlib/jpeg/png
rm -r zlib jpeglib libpng