diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-05-28 02:07:32 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-05-28 02:08:07 (GMT) |
commit | b40d6b704ba40acffd8f319ec153eb12b2920d8b (patch) | |
tree | 08d4a792e9e1ba5a08a8e1db3d1d668c3ce69131 | |
parent | 10b0ac88fca237aca4ec62930d047477db7f891b (diff) | |
download | mxe-b40d6b704ba40acffd8f319ec153eb12b2920d8b.zip mxe-b40d6b704ba40acffd8f319ec153eb12b2920d8b.tar.gz mxe-b40d6b704ba40acffd8f319ec153eb12b2920d8b.tar.bz2 |
ghostscript: fix missing sys/times.h
-rw-r--r-- | src/ghostscript.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ghostscript.mk b/src/ghostscript.mk index 0782abf..10d6bbe 100644 --- a/src/ghostscript.mk +++ b/src/ghostscript.mk @@ -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' \ |