changeset 73:6e5a80ef836f

re-enabled libowfat, use an extra include/libowfat/ directory (by Rocco Rutte)
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 09 Jul 2007 15:33:07 +0200
parents 0e38dbc080af
children ed959cf60655
files build_mingw_cross_env.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Mon Jul 09 14:56:35 2007 +0200
+++ b/build_mingw_cross_env.sh	Mon Jul 09 15:33:07 2007 +0200
@@ -1964,8 +1964,6 @@
 #   libowfat
 #
 #   http://www.fefe.de/libowfat/
-#
-#   DISBALED -- conflicts with mingw-runtime (e.g. include/io.h)
 #---
 
 case "$1" in
@@ -1985,17 +1983,19 @@
     wget -c "http://dl.fefe.de/libowfat-$VERSION_libowfat.tar.bz2"
     ;;
 
---build-DISABLED)
+--build)
     cd "$SOURCE"
     tar xfvj "$DOWNLOAD/libowfat-$VERSION_libowfat.tar.bz2"
     cd "libowfat-$VERSION_libowfat"
     $MAKE Makefile -f GNUmakefile \
         CROSS="$TARGET-" \
         prefix="$PREFIX/$TARGET" \
+        INCLUDEDIR="$PREFIX/$TARGET/include/libowfat" \
         DIET=
     $MAKE install \
         CROSS="$TARGET-" \
         prefix="$PREFIX/$TARGET" \
+        INCLUDEDIR="$PREFIX/$TARGET/include/libowfat" \
         DIET=
     cd "$SOURCE"
     rm -rfv "libowfat-$VERSION_libowfat"