Patch for fatbuild.sh

Hello !

Index: fatbuild.sh===================================================================
fatbuild.sh (revision 2926)
+++ fatbuild.sh (working copy)
@@ -48,7 +48,7 @@

Intel linker flags

LFLAGS_X86="-arch i386 -mmacosx-version-min=10.4
–L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.0
±L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.1
-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk"

When you look at the CFLAGS it is using /4.0.1 and
in LFLAGS it is using /4.0.0 ?

Is this wanted, a typo ?

CU