aboutsummaryrefslogtreecommitdiff
path: root/misc/demoniac
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-12-21 13:49:57 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-12-21 13:49:57 +0000
commite129981198f46f513604082581bfb9534bad1db0 (patch)
tree890cdb8a2e6b45918e831bb9315ba0f1cc3e1b72 /misc/demoniac
parentecaf39a5350612fcd82f6dfaef7dbddd51382294 (diff)
downloadports-e129981198f46f513604082581bfb9534bad1db0.tar.gz
ports-e129981198f46f513604082581bfb9534bad1db0.zip
Notes
Diffstat (limited to 'misc/demoniac')
-rw-r--r--misc/demoniac/files/patch-libfx-glmain.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/demoniac/files/patch-libfx-glmain.h b/misc/demoniac/files/patch-libfx-glmain.h
new file mode 100644
index 000000000000..44e4ee0d5011
--- /dev/null
+++ b/misc/demoniac/files/patch-libfx-glmain.h
@@ -0,0 +1,11 @@
+--- libfx/glmain.h.orig Thu Dec 21 14:42:42 2006
++++ libfx/glmain.h Thu Dec 21 14:43:00 2006
+@@ -113,7 +113,7 @@
+ ~GLMain();
+
+ //! kill all instances, reset application
+- void GLMain::clearAll();
++ void clearAll();
+
+ //! register a new effect
+ int registerFX(FXGeneric *fx, int fxsize);