From d1843ea81a75e36db8de93b57de9830a11908c98 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Wed, 2 May 2007 23:56:15 +0000 Subject: [PATCH] bring over some OS X flags --- dtool/Config.FreeBSD.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.FreeBSD.pp b/dtool/Config.FreeBSD.pp index 001c01d9c7..1e09d295e1 100644 --- a/dtool/Config.FreeBSD.pp +++ b/dtool/Config.FreeBSD.pp @@ -20,7 +20,7 @@ // ******************************************************************* // What additional flags should we pass to interrogate? -#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const +#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const -D__LITTLE_ENDIAN__ -D__inline__=inline -D__GNUC__ // Is the platform big-endian (like an SGI workstation) or // little-endian (like a PC)? Define this to the empty string to