Ticket #21457: graphicsmagick-lcms.patch

File graphicsmagick-lcms.patch, 537 bytes (added by jyelloz@…, 15 years ago)

Here's a patch to add the lcms variant, adapted from ImageMagick.

  • Portfile

    old new  
    7676    default_variants +q8
    7777}
    7878
     79variant lcms description {Support the Little Color Management System} {
     80    depends_lib-append \
     81        port:lcms
     82    configure.args-delete \
     83        --with-lcms=no
     84    configure.args-append \
     85        --with-lcms=yes
     86}
     87
    7988livecheck.type          regex
    8089livecheck.regex         {>([0-9.]+)<}