ghostscript: fix missing sys/times.h

This commit is contained in:
Tony Theodore 2018-05-28 12:07:32 +10:00
parent 10b0ac88fc
commit b40d6b704b
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ define $(PKG)_BUILD
cd '$(SOURCE_DIR)' && rm -rf freetype jpeg lcms2art libpng openjpeg tiff
cd '$(SOURCE_DIR)' && autoreconf -f -i
cd '$(BUILD_DIR)' && $(SOURCE_DIR)/configure \
CPPFLAGS='$(CPPFLAGS) -DHAVE_SYS_TIMES_H=0' \
$(MXE_CONFIGURE_OPTS) \
--with-drivers=ALL,display \
--with-arch_h='$(SOURCE_DIR)/arch/windows-x$(if $(filter x86_64-%,$(TARGET)),64,86)-msvc.h' \