diff options
author | arved <arved@FreeBSD.org> | 2006-12-21 21:49:57 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-12-21 21:49:57 +0800 |
commit | 3f76ca0808ae8ba1b55c10040f2f238b530fe837 (patch) | |
tree | 6442144cc7cf002916425fcac6af74bf4e67cf9d /misc | |
parent | b1e19968ba4df79e1cf62ef840806573188ca482 (diff) | |
download | freebsd-ports-gnome-3f76ca0808ae8ba1b55c10040f2f238b530fe837.tar.gz freebsd-ports-gnome-3f76ca0808ae8ba1b55c10040f2f238b530fe837.tar.zst freebsd-ports-gnome-3f76ca0808ae8ba1b55c10040f2f238b530fe837.zip |
Fix build with gcc41
Diffstat (limited to 'misc')
-rw-r--r-- | misc/demoniac/files/patch-libfx-glmain.h | 11 |
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); |