aboutsummaryrefslogtreecommitdiffstats
path: root/make/cgl-macosx.cfg
diff options
context:
space:
mode:
authorGerard Ziemski <[email protected]>2004-12-27 21:56:54 +0000
committerGerard Ziemski <[email protected]>2004-12-27 21:56:54 +0000
commit1c36f404128ad439dbb4757e9fdbc3fa956619ff (patch)
tree1e80deae27de87cbfe16c0dbfda1e0e488163c26 /make/cgl-macosx.cfg
parent167641d406619ba710e2d50005b6886d2874a251 (diff)
make sure we include header defining intptr_t, so that we build on Mac OS X
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@185 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/cgl-macosx.cfg')
-rw-r--r--make/cgl-macosx.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/cgl-macosx.cfg b/make/cgl-macosx.cfg
index b3eab2184..7d9111c94 100644
--- a/make/cgl-macosx.cfg
+++ b/make/cgl-macosx.cfg
@@ -13,6 +13,8 @@ Opaque long void *
# this was the easiest way of sharing the prototypes between these files
CustomCCode typedef int Bool;
+CustomCCode #include </usr/include/ppc/types.h>
+
CustomCCode extern void* createContext(void* shareContext, void* nsView,
CustomCCode int redBits,
CustomCCode int greenBits,
@@ -45,3 +47,4 @@ CustomCCode extern void* getProcAddress(const char *procName);
# Implement the first argument to getProcAddress as String instead
# of byte[]
ArgumentIsString getProcAddress 0
+