diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-07 17:41:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-07 17:41:40 +0000 |
commit | bb5061c7fc5f259240b7cde208621ca5724ead00 (patch) | |
tree | 6d67e1e6fe22b928b35af8559eedda45657153f7 /graphics/rayshade/files/patch-fogdeck.c | |
parent | Remove OpenLDAP 2.2.x. They are abandoned by developers and users (diff) |
- Fix build with gcc4
Diffstat (limited to 'graphics/rayshade/files/patch-fogdeck.c')
-rw-r--r-- | graphics/rayshade/files/patch-fogdeck.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/rayshade/files/patch-fogdeck.c b/graphics/rayshade/files/patch-fogdeck.c new file mode 100644 index 000000000000..58a165b40e25 --- /dev/null +++ b/graphics/rayshade/files/patch-fogdeck.c @@ -0,0 +1,10 @@ +--- libray/libsurf/fogdeck.c.orig Mon Feb 10 04:03:45 1992 ++++ libray/libsurf/fogdeck.c Wed Feb 7 18:37:51 2007 +@@ -31,7 +31,6 @@ + Color *color, *trans; + { + Fogdeck *fogdeck; +- static void ComputeFogdeck(); + + fogdeck = (Fogdeck *)Malloc(sizeof(Fogdeck)); + |