components/ghostscript/Makefile
changeset 7104 8f45af4c27d7
parent 5797 432ac76de3b0
child 7687 1093e2a9adbd
--- a/components/ghostscript/Makefile	Thu Oct 13 14:47:30 2016 -0700
+++ b/components/ghostscript/Makefile	Thu Oct 13 17:26:39 2016 -0700
@@ -23,6 +23,10 @@
 #
 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
 #
+# parfait seems to spin when looking at the .bc files (13704877), so
+# for now disable it.
+export PARFAIT_BUILD=no
+
 # Prefer 32-bit due to ghostcript's hybrid build system.
 BUILD_BITS= 32_and_64
 include ../../make-rules/shared-macros.mk