diff options
author | krion <krion@FreeBSD.org> | 2003-10-20 01:56:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-20 01:56:28 +0800 |
commit | 0a115a7a35cacc92880343c038e4ebba2e1d545e (patch) | |
tree | 7e93d4fef0bcfc4ab3466e383b3a02bdce815e9c /games/briquolo/files | |
parent | f8a6d7ee8e3790829a8d9aed2b68c38f356d9c85 (diff) | |
download | freebsd-ports-gnome-0a115a7a35cacc92880343c038e4ebba2e1d545e.tar.gz freebsd-ports-gnome-0a115a7a35cacc92880343c038e4ebba2e1d545e.tar.zst freebsd-ports-gnome-0a115a7a35cacc92880343c038e4ebba2e1d545e.zip |
Add briquolo 0.4.1, breakout clone with an OpenGL 3D representation.
Diffstat (limited to 'games/briquolo/files')
-rw-r--r-- | games/briquolo/files/patch-src-MOGL-MOGL_GenerateurParticule.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/briquolo/files/patch-src-MOGL-MOGL_GenerateurParticule.h b/games/briquolo/files/patch-src-MOGL-MOGL_GenerateurParticule.h new file mode 100644 index 000000000000..4ed6115dab3a --- /dev/null +++ b/games/briquolo/files/patch-src-MOGL-MOGL_GenerateurParticule.h @@ -0,0 +1,10 @@ +--- src/MOGL/MOGL_GenerateurParticule.h.orig Sun Oct 19 19:40:24 2003 ++++ src/MOGL/MOGL_GenerateurParticule.h Sun Oct 19 19:40:54 2003 +@@ -22,6 +22,7 @@ + #ifndef MOGL_GENERATEURPARTICULE + #define MOGL_GENERATEURPARTICULE + ++#include <sys/types.h> + #include <list> + #include <sys/timeb.h> + |