diff options
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 + |