diff src/ghostscript.mk @ 4055:ccade212c3f9

ghostscript: set ghostscript search paths based on mxe install path (Bug #46301) * src/ghostscript-mingw-i686-makefile: update GS_LIB_DEFAULT, GS_DOC_DIR paths * src/ghostscript-mingw-x86_64-makefile: update GS_LIB_DEFAULT, GS_DOC_DIR paths * src/ghostscript.mk: use ENABLE_WINDOWS_64 flag to set whether to compile mingw 32 or 64
author John Donoghue
date Mon, 02 Nov 2015 17:30:00 -0500
parents d5936b3095a5
children 8f22781fe395
line wrap: on
line diff
--- a/src/ghostscript.mk	Sun Oct 25 20:12:45 2015 -0400
+++ b/src/ghostscript.mk	Mon Nov 02 17:30:00 2015 -0500
@@ -56,7 +56,7 @@
     ## probe the build system and don't know about cross compiling,
     ## so we generate the files then replace them with files from a
     ## mingw native build.
-    ifeq ($(ENABLE_64),yes)
+    ifeq ($(ENABLE_WINDOWS_64),yes)
       define $(PKG)_BUILD
         mv '$(1)/freetype' '$(1)/freetype.x'
         cp '$(TOP_DIR)/src/ghostscript-mingw-x86_64-makefile' '$(1)/Makefile'