comparison src/ghostscript-mingw-i686-makefile @ 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 1a2fec9962a7
children
comparison
equal deleted inserted replaced
4054:f6cee5e12b55 4055:ccade212c3f9
76 gssharedir = ${exec_prefix}/lib/ghostscript/$(GS_DOT_VERSION) 76 gssharedir = ${exec_prefix}/lib/ghostscript/$(GS_DOT_VERSION)
77 gsincludedir = ${prefix}/include/ghostscript/ 77 gsincludedir = ${prefix}/include/ghostscript/
78 78
79 docdir=$(gsdatadir)/doc 79 docdir=$(gsdatadir)/doc
80 exdir=$(gsdatadir)/examples 80 exdir=$(gsdatadir)/examples
81 GS_DOCDIR=$(docdir) 81 GS_DOCDIR=/usr/share/ghostscript/$(GS_DOT_VERSION)/doc
82 82
83 # Choose whether to compile the .ps initialization files into the executable. 83 # Choose whether to compile the .ps initialization files into the executable.
84 # See gs.mak for details. 84 # See gs.mak for details.
85 85
86 COMPILE_INITS=1 86 COMPILE_INITS=1
87 87
88 # Define the default directory/ies for the runtime 88 # Define the default directory/ies for the runtime
89 # initialization and font files. Separate multiple directories with a :. 89 # initialization and font files. Separate multiple directories with a :.
90 90
91 GS_LIB_DEFAULT=$(gsdatadir)/Resource/Init:$(gsdatadir)/lib:$(gsdatadir)/Resource/Font:$(gsdir)/fonts:${datarootdir}/fonts/default/ghostscript:${datarootdir}/fonts/default/Type1:${datarootdir}/fonts/default/TrueType:/usr/lib/DPS/outline/base:/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/TrueType 91 GS_LIB_DEFAULT=/usr/share/ghostscript/$(GS_DOT_VERSION)/Resource/Init:/usr/share/ghostscript/$(GS_DOT_VERSION)/lib:/usr/share/ghostscript/$(GS_DOT_VERSION)/Resource/Font:/usr/share/ghostscript/fonts:/usr/share/fonts/default/ghostscript:/usr/share/fonts/default/Type1:/usr/share/fonts/default/TrueType:/usr/lib/DPS/outline/base
92 92
93 # Define the default directory for cached data files 93 # Define the default directory for cached data files
94 # this must be a single path. 94 # this must be a single path.
95 95
96 GS_CACHE_DIR="~/.ghostscript/cache/" 96 GS_CACHE_DIR="~/.ghostscript/cache/"