Automated update from host egg

This commit is contained in:
cltbld 2005-03-15 22:08:15 +00:00
Родитель 5ce2e00179
Коммит cf7a08f05e
1 изменённых файлов: 3 добавлений и 3 удалений

6
configure поставляемый
Просмотреть файл

@ -3126,11 +3126,11 @@ fi
if test "$MACOS_SDK_DIR"; then
export NEXT_ROOT=$MACOS_SDK_DIR
CFLAGS="-I${MACOS_SDK_DIR}/usr/include $CFLAGS"
CXXFLAGS="-I${MACOS_SDK_DIR}/usr/include $CXXFLAGS"
GCC_VERSION=`echo $CXX_VERSION | perl -pe "s/gcc version ([^ ]*).*/\1/"`
GCC_VERSION=`echo $CXX_VERSION | perl -pe "s/^.*gcc version ([^ ]*).*/\1/"`
CFLAGS="-I${MACOS_SDK_DIR}/usr/include/gcc/darwin/${GCC_VERSION} -I${MACOS_SDK_DIR}/usr/include $CFLAGS"
CXXFLAGS="-I${MACOS_SDK_DIR}/usr/include/gcc/darwin/${GCC_VERSION} -I${MACOS_SDK_DIR}/usr/include $CXXFLAGS"
LIBS="-L${MACOS_SDK_DIR}/usr/lib/gcc/darwin/${GCC_VERSION} -L${MACOS_SDK_DIR}/usr/lib $LIBS"
fi