summaryrefslogtreecommitdiff
path: root/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch')
-rw-r--r--x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch b/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch
deleted file mode 100644
index f05e3538120d..000000000000
--- a/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/main.cpp.bak 2014-03-13 12:24:32.155889466 +0400
-+++ src/main.cpp 2014-03-13 12:24:42.482890090 +0400
-@@ -7,6 +7,7 @@
-
- int main(int argc, char **argv)
- {
-+ glutInit(&argc, argv);
- gui_init();
- glutMainLoop();
- return(0);