issue-python-launcher-arch The changes in Issue8366 require a similar change to the Mac/PythonLauncher Makefile. diff -r 89202f0e5bb3 Mac/PythonLauncher/Makefile.in --- Mac/PythonLauncher/Makefile.in Mon Apr 19 04:19:43 2010 -0700 +++ Mac/PythonLauncher/Makefile.in Mon Apr 19 04:26:33 2010 -0700 @@ -2,7 +2,7 @@ LD=@CC@ BASECFLAGS=@BASECFLAGS@ OPT=@OPT@ -CFLAGS=$(BASECFLAGS) $(OPT) +CFLAGS=$(BASECFLAGS) @CFLAGS@ $(OPT) LDFLAGS=@LDFLAGS@ srcdir= @srcdir@ VERSION= @VERSION@