Ticket #49967: exact-image-0.9.1.diff

File exact-image-0.9.1.diff, 1.8 KB (added by mp@…, 9 years ago)
  • graphics/exact-image/Portfile

     
    33PortSystem          1.0
    44
    55name                exact-image
    6 version             0.8.7
    7 revision            1
     6version             0.9.1
    87categories          graphics
    98license             GPL-2
    109maintainers         tobias-elze.de:macports openmaintainer
     
    1918
    2019use_bzip2           yes
    2120
    22 checksums           rmd160  8e3f11a94688cc276ca4c29021e4b9231da25629 \
    23                     sha256  b1b5d00e98903b7f87019920b200c600c8cbfe574ec158729566fa37f2641dfd
     21checksums           rmd160  d750e7f7947e205e3165b2c60765040e5691b826 \
     22                    sha256  79e6a58522897f9740aa3b5a337f63ad1e0361a772141b24aaff2e31264ece7d
    2423
    2524depends_build       port:pkgconfig
    2625depends_lib         port:antigraingeometry \
     
    3231                    port:lcms
    3332
    3433# Undefined symbols: "BarDecode::code25i_t::tol", referenced from: __ZN9BarDecode9code25i_t3tolE$non_lazy_ptr in bardecode.o
    35 compiler.blacklist-append gcc-4.0
     34#compiler.blacklist-append gcc-4.0
    3635
    3736# TODO: This project has buggy C++ which clang rejects
    3837# error: variable length array of non-POD element type
    3938# http://trac.macports.org/ticket/34201
    40 compiler.blacklist-append  *clang*
     39#compiler.blacklist-append  *clang*
    4140
    42 platform darwin {
    43     if {${os.major} >= 13} {
    44         # This project needs to be updated to build with clang++ against libc++
    45         depends_lib
    46         depends_run
    47         pre-fetch {
    48             ui_error "$name does not build on Mavericks or later."
    49             error "unsupported platform"
    50         }
    51     }
    52 }
    53 
    5441patchfiles          codecs_png.cc.diff
    5542
    5643configure.args      --with-freetype \