diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2010-06-29 15:14:21 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2010-06-29 15:14:21 +0000 |
commit | 64476726c4b393944bba9c01fe6f5fbe6f725ecc (patch) | |
tree | ef9a50250488b3f02102cba416409935138413a6 /main | |
parent | 53e1d66faebac02bac822690a34b6ee6c628fd2d (diff) |
The build was broken for pcl6, xps, and language switch because LCMSPLATFORM was not initialized.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11460 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main')
-rw-r--r-- | main/pcl6_gcc.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/pcl6_gcc.mak b/main/pcl6_gcc.mak index 29592cc72..025faf27b 100644 --- a/main/pcl6_gcc.mak +++ b/main/pcl6_gcc.mak @@ -48,6 +48,7 @@ LCMSSRCDIR?=../gs/lcms SHARE_LCMS?=0 IMDISRCDIR?=../gs/imdi +LCMSPLATFORM?=unix # PCL_INCLUDED means pcl + pcl xl PDL_INCLUDE_FLAGS?=-DPCL_INCLUDED |