diff options
author | 2007-07-24 00:22:44 +0000 | |
---|---|---|
committer | 2007-07-24 00:22:44 +0000 | |
commit | 8d12df212d8458200c04d14145c2d3996f0769dc (patch) | |
tree | 9b4d5c881e2cb2b97cf7c5974808afd7e30dff59 /dev-games/newton/files | |
parent | soundconverter version bump (diff) | |
download | gentoo-2-8d12df212d8458200c04d14145c2d3996f0769dc.tar.gz gentoo-2-8d12df212d8458200c04d14145c2d3996f0769dc.tar.bz2 gentoo-2-8d12df212d8458200c04d14145c2d3996f0769dc.zip |
Compile fix by Michael Schreckenbauer, bug #178204
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-games/newton/files')
-rw-r--r-- | dev-games/newton/files/newton-1.53-glut.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-games/newton/files/newton-1.53-glut.patch b/dev-games/newton/files/newton-1.53-glut.patch new file mode 100644 index 000000000000..f1eebc1cec85 --- /dev/null +++ b/dev-games/newton/files/newton-1.53-glut.patch @@ -0,0 +1,12 @@ +diff -Naur ../newtonSDK/samples/toolBox/stdafx.h ./samples/toolBox/stdafx.h +--- ../newtonSDK/samples/toolBox/stdafx.h 2006-04-04 03:02:14.000000000 +0200 ++++ ./samples/toolBox/stdafx.h 2007-05-12 15:40:31.000000000 +0200 +@@ -39,7 +39,7 @@ + #ifdef _MIPS_ARCH
+ #include <Glut/glut.h>
+ #else
+- #include <glut.h>
++ #include <GL/glut.h>
+ #endif
+ #include <unistd.h>
+ #endif
|