# HG changeset patch # User Sam Lantinga # Date 1159718852 0 # Node ID 9b7c0ff4977f2785da1b1649b18e3ef914182a0b # Parent da8332c8f480619415ff58afa75788ff1c5975f1 Whoops. :) diff -r da8332c8f480 -r 9b7c0ff4977f build-scripts/fatbuild.sh --- a/build-scripts/fatbuild.sh Sun Oct 01 02:28:41 2006 +0000 +++ b/build-scripts/fatbuild.sh Sun Oct 01 16:07:32 2006 +0000 @@ -19,17 +19,17 @@ CC_PPC="gcc-3.3 -arch ppc" CXX_PPC="g++-3.3 -arch ppc" CFLAGS_PPC="" -CPPFLAGS_PPC="-DMAC_OS_X_VERSION_MIN_REQUIRED=1020 \ +CPPFLAGS_PPC="-DMAC_OS_X_VERSION_MIN_REQUIRED=1030 \ -nostdinc \ --F/Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks \ --I/Developer/SDKs/MacOSX10.2.8.sdk/usr/include/gcc/darwin/3.3 \ --isystem /Developer/SDKs/MacOSX10.2.8.sdk/usr/include" +-F/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks \ +-I/Developer/SDKs/MacOSX10.3.9.sdk/usr/include/gcc/darwin/3.3 \ +-isystem /Developer/SDKs/MacOSX10.3.9.sdk/usr/include" # PowerPC linker flags LFLAGS_PPC="-arch ppc \ --L/Developer/SDKs/MacOSX10.2.8.sdk/usr/lib/gcc/darwin/3.3 \ --F/Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks \ --Wl,-syslibroot,/Developer/SDKs/MacOSX10.2.8.sdk" +-L/Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/gcc/darwin/3.3 \ +-F/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks \ +-Wl,-syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk" # Intel configure flags (10.4 runtime compatibility) # We dynamically load X11, so using the system X11 headers is fine. diff -r da8332c8f480 -r 9b7c0ff4977f include/SDL_stdinc.h --- a/include/SDL_stdinc.h Sun Oct 01 02:28:41 2006 +0000 +++ b/include/SDL_stdinc.h Sun Oct 01 16:07:32 2006 +0000 @@ -134,7 +134,7 @@ #else /* This is really just a hack to prevent the compiler from complaining */ typdef Sint32 Sint64; -typdef Uint32 Uint32; +typdef Uint32 Uint64; #endif /* Make sure the types really have the right sizes */