freebsd-ports/graphics/pyro/files/patch-jpeg.c
Jean-Yves Lefort c04ae9a466 Add pyro.
PyroTechnics is a simple OpenGL-based firework simulator.

Features
--------
 o a bunch of nifty kinds of fireworks
 o the ability to choreograph firework displays
 o a texture-mapped water surface
 o reflections in the water
 o fogging
 o a moving camera
 o the ability to save screenshots

WWW: http://nostatic.org/pyro/pyro.html

PR:		ports/85842
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org>
2005-09-07 20:28:39 +00:00

10 lines
171 B
C

--- jpeg.c.orig
+++ jpeg.c
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <malloc.h>
#include "jpeglib.h"
#include <setjmp.h>