Ticket #43754: imagemagick-hdri.diff

File imagemagick-hdri.diff, 599 bytes (added by raimue (Rainer Müller), 10 years ago)
  • Portfile

     
    157157    configure.args-replace  --without-wmf --with-wmf
    158158}
    159159
     160variant hdri description {Support for High Dynamic-Range Imaging (HDRI)} {
     161    depends_lib-append      port:openexr
     162    configure.args-replace  --disable-hdri --enable-hdri
     163    configure.args-replace  --without-openexr --with-openexr
     164}
     165
    160166# Legacy no_x11 variant to be removed after May 2014.
    161167variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
    162168