Ticket #20819: mpd.10.6.compile.hack.diff
File mpd.10.6.compile.hack.diff, 362 bytes (added by pat@…, 15 years ago) |
---|
-
configure.ac
diff --git a/configure.ac b/configure.ac index e730c69..dfd49d3 100644
a b case "$host_os" in 743 743 enable_osx=yes ;; 744 744 esac 745 745 746 case "$host_os" in 747 darwin10*) 748 CFLAGS="$CFLAGS -isysroot /Developer/SDKs/MacOSX10.5.sdk" 749 ;; 750 esac 751 746 752 AM_CONDITIONAL(HAVE_OSX, test x$enable_osx = xyes) 747 753 748 754 AC_ARG_ENABLE(shout,