summaryrefslogtreecommitdiff
path: root/base/unixansi.mak
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2018-03-27 21:21:38 -0700
committerRay Johnston <ray.johnston@artifex.com>2018-03-28 22:08:40 -0700
commit59d82e831e62bdf2e44331d10c88dd7837429dad (patch)
tree72ba496a442a4165d6976e0eae79209a67743bb3 /base/unixansi.mak
parent9ff6b34e461fcbd4ef27fbb6c5c8a15071fe1370 (diff)
downloadghostpdl-59d82e831e62bdf2e44331d10c88dd7837429dad.tar.gz
Rename lcms2art to lcms2mt, Remove cmsChangeBuffersFormat
Since cmsChangeBuffersFormat is NOT threadsafe, we want it to remove it so that it would not be part of this package which is inteded for multi- threaded used. The internal use in CreateNamedColorDevicelink was replaced with the appropriate code from the removed function, but that does not cause a thread safety issue since the link returned is new and not shared when the buffer formatters are changed. Note: All internal references to lcms2art are replaced with lcms2mt
Diffstat (limited to 'base/unixansi.mak')
-rw-r--r--base/unixansi.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/unixansi.mak b/base/unixansi.mak
index ccd6e6660..450ccb916 100644
--- a/base/unixansi.mak
+++ b/base/unixansi.mak
@@ -178,7 +178,7 @@ JBIG2SRCDIR=jbig2dec
# See lcms.mak for more information
SHARE_LCMS=0
-LCMSSRCDIR=lcms2art
+LCMS2MTSRCDIR=lcms2mt
# Define the directory where the lcms2 source is stored.
# See lcms2.mak for more information
@@ -186,9 +186,9 @@ LCMSSRCDIR=lcms2art
LCMS2SRCDIR=lcms2
# Which CMS are we using?
-# Options are currently lcms2art or lcms2
+# Options are currently lcms2mt or lcms2
-WHICH_CMS=lcms2art
+WHICH_CMS=lcms2mt
# Define the directory where the ijs source is stored,
# and the process forking method to use for the server.