components/ghostscript/Makefile
changeset 7887 2143681d78e2
parent 7819 b1bca76ec901
equal deleted inserted replaced
7886:7806ce2177c7 7887:2143681d78e2
    21 #
    21 #
    22 
    22 
    23 #
    23 #
    24 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    25 #
    25 #
       
    26 # parfait seems to spin when looking at the .bc files (13704877), so
       
    27 # for now disable it.
       
    28 export PARFAIT_BUILD=no
       
    29 
    26 # Prefer 32-bit due to ghostcript's hybrid build system.
    30 # Prefer 32-bit due to ghostcript's hybrid build system.
    27 BUILD_BITS= 32_and_64
    31 BUILD_BITS= 32_and_64
    28 include ../../make-rules/shared-macros.mk
    32 include ../../make-rules/shared-macros.mk
    29 
    33 
    30 
    34