Mercurial > hg > mxe-octave-anirudha
changeset 71:690813a472bf
disabled libowfat, because it overwrites mingw-runtime's io.h with an incompatible version
author | Volker Grabsch <vog@notjusthosting.com> |
---|---|
date | Sun, 08 Jul 2007 19:45:27 +0000 |
parents | fd02ad006886 |
children | 0e38dbc080af |
files | build_mingw_cross_env.sh |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build_mingw_cross_env.sh +++ b/build_mingw_cross_env.sh @@ -1961,6 +1961,8 @@ # libowfat # # http://www.fefe.de/libowfat/ +# +# DISBALED -- conflicts with mingw-runtime (e.g. include/io.h) #--- case "$1" in @@ -1980,7 +1982,7 @@ wget -c "http://dl.fefe.de/libowfat-$VERSION_libowfat.tar.bz2" ;; ---build) +--build-DISABLED) cd "$SOURCE" tar xfvj "$DOWNLOAD/libowfat-$VERSION_libowfat.tar.bz2" cd "libowfat-$VERSION_libowfat"