--- /tmp/libstdcxx-jaguar.roots/libstdcxx-jaguar/libstdcxx/ltcf-cxx.sh 2004-10-02 09:33:06.000000000 -0700 +++ ltcf-cxx.sh 2005-06-01 16:12:10.000000000 -0700 @@ -226,7 +226,7 @@ case $host_os in darwin* | rhapsody*) case "$host_os" in - rhapsody* | darwin1.[[012]]) + rhapsody* | darwin1.[012]) allow_undefined_flag='-undefined suppress' ;; *) # Darwin 1.3 on @@ -234,7 +234,7 @@ case $host_os in allow_undefined_flag='-flat_namespace -undefined suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in - 10.[[012]]) + 10.[012]) allow_undefined_flag='-flat_namespace -undefined suppress' ;; 10.*) --- ../../libstdcxx-orig/libstdcxx/ltcf-cxx.sh 2005-07-27 12:29:55.000000000 -0700 +++ ltcf-cxx.sh 2005-07-27 19:02:38.000000000 -0700 @@ -246,10 +246,10 @@ case $host_os in esac # Disable shared library build on OS-X older than 10.3. case $host_os in - darwin[1-6]*) + darwin[1-5]*) can_build_shared=no ;; - darwin7*) + darwin[67]*) can_build_shared=yes ;; esac --- ../../libstdcxx-orig/libstdcxx/ltcf-c.sh 2005-07-27 12:29:55.000000000 -0700 +++ ltcf-c.sh 2005-07-27 19:02:38.000000000 -0700 @@ -401,10 +401,10 @@ case $host_os in esac # Disable shared library build on OS-X older than 10.3. case $host_os in - darwin[1-6]*) + darwin[1-5]*) can_build_shared=no ;; - darwin7*) + darwin[67]*) can_build_shared=yes ;; esac --- ../../libstdcxx-orig/libstdcxx/ltconfig 2005-07-27 12:29:55.000000000 -0700 +++ ltconfig 2005-07-27 19:33:37.000000000 -0700 @@ -1112,10 +1112,10 @@ darwin* | rhapsody*) need_version=no # Disable shared library build on OS-X older than 10.3. case $host_os in - darwin[1-6]*) + darwin[1-5]*) can_build_shared=no ;; - darwin7*) + darwin[67]*) can_build_shared=yes ;; esac