summaryrefslogtreecommitdiff
path: root/graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c')
-rw-r--r--graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c b/graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c
deleted file mode 100644
index 89a3ebe7af57..000000000000
--- a/graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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);