From 1a030bbe32dcb0f6a5af5d88ff769c495719ccd4 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 13 Oct 2014 23:17:18 -0400 Subject: hdf4: Enable on i686-w64-mingw32 This was the last package only supported by MinGW 32. Yay! See #492. Signed-off-by: Timothy Gu --- index.html | 8 ++++---- src/hdf4.mk | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 2b20a41..8d2474e 100644 --- a/index.html +++ b/index.html @@ -108,13 +108,13 @@ i686-w64-mingw32 - 99% (338/340) - 62% (211/340) + 99% (339/341) + 62% (211/341) x86_64-w64-mingw32 - 91% (311/340) - 61% (209/340) + 91% (311/341) + 61% (209/341)

diff --git a/src/hdf4.mk b/src/hdf4.mk index 08be205..48c1e2c 100644 --- a/src/hdf4.mk +++ b/src/hdf4.mk @@ -27,7 +27,7 @@ define $(PKG)_BUILD --disable-fortran \ --disable-netcdf \ --prefix='$(PREFIX)/$(TARGET)' \ - CPPFLAGS="-DH4_F77_FUNC\(name,NAME\)=NAME" + CPPFLAGS="-DH4_F77_FUNC\(name,NAME\)=NAME -DH4_BUILT_AS_STATIC_LIB=1" $(MAKE) -C '$(1)'/hdf/src -j '$(JOBS)' $(MAKE) -C '$(1)'/hdf/src -j 1 install $(MAKE) -C '$(1)'/mfhdf/libsrc -j '$(JOBS)' @@ -35,6 +35,5 @@ define $(PKG)_BUILD endef $(PKG)_BUILD_x86_64-w64-mingw32 = -$(PKG)_BUILD_i686-w64-mingw32 = $(PKG)_BUILD_SHARED = -- cgit v0.12