diff options
Diffstat (limited to 'devel/simgear/files/patch-aa')
-rw-r--r-- | devel/simgear/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/simgear/files/patch-aa b/devel/simgear/files/patch-aa new file mode 100644 index 000000000000..e81569c7af44 --- /dev/null +++ b/devel/simgear/files/patch-aa @@ -0,0 +1,11 @@ +--- simgear/xgl/xglUtils.c.orig Tue Jan 21 23:22:54 2003 ++++ simgear/xgl/xglUtils.c Tue Jan 21 23:24:28 2003 +@@ -4,7 +4,7 @@ + #include <string.h> + + #if !defined( WIN32 ) +-# if !defined( HAVE_STL_SGI_PORT ) && !defined( __MWERKS__ ) && !defined( __APPLE__ ) ++# if !defined( HAVE_STL_SGI_PORT ) && !defined( __MWERKS__ ) && !defined( __APPLE__ ) && !defined( __FreeBSD__ ) + // Avoid malloc with STLport and MSL + # include <malloc.h> + # endif |