harfbuzz: fix for mman-win32 detection

This commit is contained in:
Tony Theodore 2015-12-03 23:16:09 +11:00
parent 7ed108ef7a
commit 0d67b2f021
1 changed files with 2 additions and 0 deletions

View File

@ -18,8 +18,10 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
# mman-win32 is only a partial implementation
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
ac_cv_header_sys_mman_h=no \
LIBS='-lstdc++'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef