diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2011-03-01 17:47:02 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2011-03-01 17:47:02 +0000 |
commit | 67dabccb8d2a01d98192e49c21ee5ebd463af27d (patch) | |
tree | abd3f7ad6a5662c6cb3a19e6e6a44f8ea3299148 /main | |
parent | 816297e79b1ea850bbf555a53d99ba3be6345162 (diff) |
Modified to only configure what was previously configured in the pcl
makefile. For some reason, as yet unexplored, the 64 bit I/O routine
configuration definitions break the build on some systems.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12222 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main')
-rw-r--r-- | main/pcl6_gcc.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pcl6_gcc.mak b/main/pcl6_gcc.mak index 8459a5a0e..e0b84a0da 100644 --- a/main/pcl6_gcc.mak +++ b/main/pcl6_gcc.mak @@ -208,7 +208,7 @@ DD?=$(GLGENDIR)/ DEVICES_DEVS?=$(DD)ljet4.dev $(DD)djet500.dev $(DD)cljet5pr.dev $(DD)cljet5c.dev\ - $(DD)bitcmyk.dev $(DD)bitrgb.dev $(DD)bitrgbtags.dev \ + $(DD)bit.dev $(DD)bitcmyk.dev $(DD)bitrgb.dev $(DD)bitrgbtags.dev \ $(DD)pcxmono.dev $(DD)pcxgray.dev $(DD)pcxcmyk.dev $(DD)pdfwrite.dev $(DD)pswrite.dev $(DD)ps2write.dev\ $(DD)tiffcrle.dev $(DD)tiffg3.dev $(DD)tiffg32d.dev $(DD)tiffg4.dev\ $(DD)tifflzw.dev $(DD)tiffpack.dev $(DD)tiffgray.dev $(DD)tiffscaled.dev\ |