Ticket #55167: Portfile.diff

File Portfile.diff, 559 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 7 years ago)
  • Portfile

    old new  
    122122# ImageMagick uses .la files at runtime to find its coder modules.
    123123destroot.delete_la_files    no
    124124
     125if {${os.major} < 11} {
     126    # ImageMagick requires OpenCL version 1.1,
     127    #    which was not introduced until Mac OS X 10.7
     128    configure.args-append --disable-opencl
     129}
     130
    125131variant graphviz description {Support Graphviz} {
    126132    depends_lib-append      path:bin/dot:graphviz
    127133    configure.args-replace  --without-gvc --with-gvc