|
1 |
| ---- portaudio/configure.in 2016-09-30 09:45:35.000000000 +0200 |
2 |
| -+++ portaudio/configure.in 2016-09-30 09:47:22.000000000 +0200 |
| 1 | +--- portaudio.org/configure.in 2014-01-16 18:49:33.000000000 +0100 |
| 2 | ++++ portaudio/configure.in 2018-05-20 09:09:54.000000000 +0200 |
3 | 3 | @@ -204,7 +204,7 @@
|
4 | 4 |
|
5 | 5 | AC_DEFINE(PA_USE_COREAUDIO,1)
|
|
9 | 9 | LIBS="-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon"
|
10 | 10 |
|
11 | 11 | if test "x$enable_mac_universal" = "xyes" ; then
|
12 |
| -@@ -249,6 +249,15 @@ |
| 12 | +@@ -249,8 +249,20 @@ |
13 | 13 | elif xcodebuild -version -sdk macosx10.9 Path >/dev/null 2>&1 ; then
|
14 | 14 | mac_version_min="-mmacosx-version-min=10.4"
|
15 | 15 | mac_sysroot="-isysroot `xcodebuild -version -sdk macosx10.9 Path`"
|
|
22 | 22 | + elif xcodebuild -version -sdk macosx10.12 Path >/dev/null 2>&1 ; then
|
23 | 23 | + mac_version_min="-mmacosx-version-min=10.4"
|
24 | 24 | + mac_sysroot="-isysroot `xcodebuild -version -sdk macosx10.12 Path`"
|
25 |
| - else |
26 |
| - AC_MSG_ERROR([Couldn't find 10.5, 10.6, 10.7, 10.8 or 10.9 SDK]) |
27 |
| - fi |
28 |
| ---- portaudio/configure 2016-09-30 09:45:26.000000000 +0200 |
29 |
| -+++ portaudio/configure 2016-09-30 09:46:45.000000000 +0200 |
30 |
| -@@ -15787,7 +15787,7 @@ |
31 |
| - $as_echo "#define PA_USE_COREAUDIO 1" >>confdefs.h |
32 |
| - |
33 |
| - |
34 |
| -- CFLAGS="$CFLAGS -I\$(top_srcdir)/src/os/unix -Werror" |
35 |
| -+ CFLAGS="$CFLAGS -I\$(top_srcdir)/src/os/unix -Wall" |
36 |
| - LIBS="-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon" |
37 |
| - |
38 |
| - if test "x$enable_mac_universal" = "xyes" ; then |
39 |
| -@@ -15819,6 +15819,15 @@ |
40 |
| - elif xcodebuild -version -sdk macosx10.9 Path >/dev/null 2>&1 ; then |
41 |
| - mac_version_min="-mmacosx-version-min=10.4" |
42 |
| - mac_sysroot="-isysroot `xcodebuild -version -sdk macosx10.9 Path`" |
43 |
| -+ elif xcodebuild -version -sdk macosx10.10 Path >/dev/null 2>&1 ; then |
44 |
| -+ mac_version_min="-mmacosx-version-min=10.4" |
45 |
| -+ mac_sysroot="-isysroot `xcodebuild -version -sdk macosx10.10 Path`" |
46 |
| -+ elif xcodebuild -version -sdk macosx10.11 Path >/dev/null 2>&1 ; then |
| 25 | ++ elif xcodebuild -version -sdk macosx10.13 Path >/dev/null 2>&1 ; then |
47 | 26 | + mac_version_min="-mmacosx-version-min=10.4"
|
48 |
| -+ mac_sysroot="-isysroot `xcodebuild -version -sdk macosx10.11 Path`" |
49 |
| -+ elif xcodebuild -version -sdk macosx10.12 Path >/dev/null 2>&1 ; then |
50 |
| -+ mac_version_min="-mmacosx-version-min=10.4" |
51 |
| -+ mac_sysroot="-isysroot `xcodebuild -version -sdk macosx10.12 Path`" |
| 27 | ++ mac_sysroot="-isysroot `xcodebuild -version -sdk macosx10.13 Path`" |
52 | 28 | else
|
53 |
| - as_fn_error $? "Couldn't find 10.5, 10.6, 10.7, 10.8 or 10.9 SDK" "$LINENO" 5 |
| 29 | +- AC_MSG_ERROR([Couldn't find 10.5, 10.6, 10.7, 10.8 or 10.9 SDK]) |
| 30 | ++ AC_MSG_ERROR([Couldn't find SDK 10.5-10.13]) |
54 | 31 | fi
|
| 32 | + esac |
| 33 | + |
0 commit comments