aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/freeglut/files/patch-progs::demos::Fractals::fractals.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/freeglut/files/patch-progs::demos::Fractals::fractals.c')
-rw-r--r--x11-toolkits/freeglut/files/patch-progs::demos::Fractals::fractals.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/freeglut/files/patch-progs::demos::Fractals::fractals.c b/x11-toolkits/freeglut/files/patch-progs::demos::Fractals::fractals.c
new file mode 100644
index 000000000000..89a3ebe7af57
--- /dev/null
+++ b/x11-toolkits/freeglut/files/patch-progs::demos::Fractals::fractals.c
@@ -0,0 +1,20 @@
+--- progs/demos/Fractals/fractals.c.orig Sun Sep 21 15:47:36 2003
++++ progs/demos/Fractals/fractals.c Mon Sep 29 23:35:43 2003
+@@ -18,7 +18,7 @@
+ * Escape - quit
+ */
+
+-#include <GL/freeglut.h>
++#include "../../../include/GL/freeglut.h"
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>
+@@ -262,7 +262,7 @@
+ if ( argc > 1 )
+ readConfigFile ( argv[1] ) ;
+ else
+- readConfigFile ( "fractals.dat" ) ;
++ readConfigFile ( "/usr/local/share/examples/freeglut/fractals.dat" ) ;
+
+ glutInit(&argc, argv);
+ glutInitWindowSize(500, 250);