Ticket #674: mplayer_isysrootbug.patch
| File mplayer_isysrootbug.patch, 588 bytes (added by , 20 years ago) |
|---|
-
(a) configure_prev vs. (b) configure
a b 7130 7130 7131 7131 if darwin ; then 7132 7132 CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc" 7133 if test x"$SDKROOT" = x && test x"$MACOSX_DEPLOYMENT_TARGET" = x ; then 7133 7134 if x86 ; then 7134 7135 CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" 7135 7136 else 7136 7137 CFLAGS="$CFLAGS -arch ppc -isysroot /Developer/SDKs/MacOSX10.3.9.sdk" 7137 7138 fi 7139 fi 7138 7140 if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then 7139 7141 CFLAGS="$CFLAGS -no-cpp-precomp" 7140 7142 fi
