diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-09-07 13:06:41 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-09-07 13:06:41 +0000 |
commit | 000698041d602e3bd54ede32bd62f5b02c322f70 (patch) | |
tree | aeacfb7178133e186920bab99ebb724553a54222 /games/flightgear/files/patch-src-Canvas-ShivaVG-src-shDefs.h | |
parent | Update to 1.5.4 (diff) |
Update Simgear and Flightgear ports to 2.8.0
Notes
Notes:
svn path=/head/; revision=303810
Diffstat (limited to 'games/flightgear/files/patch-src-Canvas-ShivaVG-src-shDefs.h')
-rw-r--r-- | games/flightgear/files/patch-src-Canvas-ShivaVG-src-shDefs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/flightgear/files/patch-src-Canvas-ShivaVG-src-shDefs.h b/games/flightgear/files/patch-src-Canvas-ShivaVG-src-shDefs.h new file mode 100644 index 000000000000..88b18b7f334c --- /dev/null +++ b/games/flightgear/files/patch-src-Canvas-ShivaVG-src-shDefs.h @@ -0,0 +1,11 @@ +--- src/Canvas/ShivaVG/src/shDefs.h.orig 2012-08-28 17:51:24.000000000 +0200 ++++ src/Canvas/ShivaVG/src/shDefs.h 2012-08-28 17:52:06.000000000 +0200 +@@ -34,7 +34,7 @@ + #include <math.h> + #include <float.h> + +-#ifndef VG_API_MACOSX ++#if !defined(VG_API_MACOSX) && !defined(__FreeBSD__) + # include <malloc.h> + #endif + |