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
3 3 PortSystem 1.0 4 4 5 5 name exact-image 6 version 0.8.7 7 revision 1 6 version 0.9.1 8 7 categories graphics 9 8 license GPL-2 10 9 maintainers tobias-elze.de:macports openmaintainer … … 19 18 20 19 use_bzip2 yes 21 20 22 checksums rmd160 8e3f11a94688cc276ca4c29021e4b9231da25629\23 sha256 b1b5d00e98903b7f87019920b200c600c8cbfe574ec158729566fa37f2641dfd21 checksums rmd160 d750e7f7947e205e3165b2c60765040e5691b826 \ 22 sha256 79e6a58522897f9740aa3b5a337f63ad1e0361a772141b24aaff2e31264ece7d 24 23 25 24 depends_build port:pkgconfig 26 25 depends_lib port:antigraingeometry \ … … 32 31 port:lcms 33 32 34 33 # Undefined symbols: "BarDecode::code25i_t::tol", referenced from: __ZN9BarDecode9code25i_t3tolE$non_lazy_ptr in bardecode.o 35 compiler.blacklist-append gcc-4.034 #compiler.blacklist-append gcc-4.0 36 35 37 36 # TODO: This project has buggy C++ which clang rejects 38 37 # error: variable length array of non-POD element type 39 38 # http://trac.macports.org/ticket/34201 40 compiler.blacklist-append *clang*39 #compiler.blacklist-append *clang* 41 40 42 platform darwin {43 if {${os.major} >= 13} {44 # This project needs to be updated to build with clang++ against libc++45 depends_lib46 depends_run47 pre-fetch {48 ui_error "$name does not build on Mavericks or later."49 error "unsupported platform"50 }51 }52 }53 54 41 patchfiles codecs_png.cc.diff 55 42 56 43 configure.args --with-freetype \