diff options
-rw-r--r-- | make/cgl-macosx.cfg | 2 | ||||
-rw-r--r-- | make/gl-impl-macosx.cfg | 2 | ||||
-rw-r--r-- | make/glu-impl-macosx.cfg | 2 | ||||
-rw-r--r-- | make/jawt-macosx.cfg | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/make/cgl-macosx.cfg b/make/cgl-macosx.cfg index 7d9111c94..b9ebaeabd 100644 --- a/make/cgl-macosx.cfg +++ b/make/cgl-macosx.cfg @@ -13,7 +13,7 @@ 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 #include </usr/include/machine/types.h> CustomCCode extern void* createContext(void* shareContext, void* nsView, CustomCCode int redBits, diff --git a/make/gl-impl-macosx.cfg b/make/gl-impl-macosx.cfg index 10b77dbfa..8ce128851 100644 --- a/make/gl-impl-macosx.cfg +++ b/make/gl-impl-macosx.cfg @@ -22,7 +22,7 @@ CustomCCode #define GL_GLEXT_PROTOTYPES CustomCCode /* Include the OpenGL headers */ CustomCCode #include <GL/gl.h> -CustomCCode #include </usr/include/ppc/types.h> +CustomCCode #include </usr/include/machine/types.h> CustomCCode /* Provide Windows typedefs */ CustomCCode typedef void* LPVOID; diff --git a/make/glu-impl-macosx.cfg b/make/glu-impl-macosx.cfg index dbbf31412..738fcbf59 100644 --- a/make/glu-impl-macosx.cfg +++ b/make/glu-impl-macosx.cfg @@ -6,4 +6,4 @@ Include glu-impl-common.cfg CustomCCode #include <inttypes.h> CustomCCode #include <jni.h> -CustomCCode #include </usr/include/ppc/types.h>
\ No newline at end of file +CustomCCode #include </usr/include/machine/types.h>
\ No newline at end of file diff --git a/make/jawt-macosx.cfg b/make/jawt-macosx.cfg index 6c1a13b85..ebdbad734 100644 --- a/make/jawt-macosx.cfg +++ b/make/jawt-macosx.cfg @@ -18,7 +18,7 @@ IgnoreField JAWT_DrawingSurfaceInfo platformInfo CustomCCode #include <inttypes.h> CustomCCode #include <jawt.h> -CustomCCode #include </usr/include/ppc/types.h> +CustomCCode #include </usr/include/machine/types.h> Import net.java.games.jogl.impl.JAWT_PlatformInfo StructPackage JAWT_MacOSXDrawingSurfaceInfo net.java.games.jogl.impl.macosx |