summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-30 15:06:40 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-31 09:49:12 (GMT)
commitd3d5287c7b1410584a223d03cf1ec0026b72442b (patch)
tree021f6d3e90750705a29521a0743822e2f087fde8
parentc15477d86f6a5e74a4512d9ce8f2ca18afab28d0 (diff)
downloadmxe-d3d5287c7b1410584a223d03cf1ec0026b72442b.zip
mxe-d3d5287c7b1410584a223d03cf1ec0026b72442b.tar.gz
mxe-d3d5287c7b1410584a223d03cf1ec0026b72442b.tar.bz2
package hdf4: expand range of host os check
-rw-r--r--src/hdf4-1-portability-fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf4-1-portability-fixes.patch b/src/hdf4-1-portability-fixes.patch
index 29ef3d6..aab41a9 100644
--- a/src/hdf4-1-portability-fixes.patch
+++ b/src/hdf4-1-portability-fixes.patch
@@ -15,7 +15,7 @@ See index.html for further information.
*-mac-*) BAR="mac" ;;
*-apple*) BAR="apple" ;;
i686-pc-cygwin*) BAR="linux" ;;
-+ i686-pc-mingw*) BAR="linux" ;;
++ *-*-mingw*) BAR="linux" ;;
*) echo "*** unknown host $host!"; exit 1 ;;
esac
src_files="mfhdf/libsrc/config/netcdf-FOO.h:mfhdf/libsrc/netcdf.h