summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2007-03-14 23:42:28 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2007-03-14 23:42:28 +0000
commit3a5ea5ff2b4070233f748b8dcd06371f6897ac94 (patch)
treecb003aad06507d8d1423b53cf167838c42460b5d /media-gfx/pixie/files
parentQA fix by tove and drop of old version (diff)
downloadgentoo-2-3a5ea5ff2b4070233f748b8dcd06371f6897ac94.tar.gz
gentoo-2-3a5ea5ff2b4070233f748b8dcd06371f6897ac94.tar.bz2
gentoo-2-3a5ea5ff2b4070233f748b8dcd06371f6897ac94.zip
Pushed 2.0.2-r1 into ~arch after testing. Added -j1 and shader.patch to help compilation on some systems for 1.7.6.
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-gfx/pixie/files')
-rw-r--r--media-gfx/pixie/files/pixie-1.7.6-shader.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/pixie/files/pixie-1.7.6-shader.patch b/media-gfx/pixie/files/pixie-1.7.6-shader.patch
new file mode 100644
index 000000000000..5c75919cd4d3
--- /dev/null
+++ b/media-gfx/pixie/files/pixie-1.7.6-shader.patch
@@ -0,0 +1,12 @@
+--- Pixie/src/ri/shader-orig.h 2006-10-30 19:58:59.000000000 +0000
++++ Pixie/src/ri/shader.h 2006-10-30 20:00:24.000000000 +0000
+@@ -374,6 +374,9 @@ public:
+ // Description : This class encapsulates a shader
+ // Comments :
+ // Date last edited : 3/13/2001
++
++CShader *parseShader(const char *,const char *);
++
+ class CShader : public CFileResource {
+ public:
+ CShader(const char *);