Mercurial > hg > mxe
changeset 3032:88969381a4b5 draft
package hdf4: expand range of host os check
author | Tony Theodore <tonyt@logyst.com> |
---|---|
date | Mon, 31 Dec 2012 02:06:40 +1100 |
parents | d3b60324cf1f |
children | fc427998803a |
files | src/hdf4-1-portability-fixes.patch |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hdf4-1-portability-fixes.patch +++ b/src/hdf4-1-portability-fixes.patch @@ -15,7 +15,7 @@ *-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