summaryrefslogtreecommitdiff
path: root/graphics/exact-image/files/patch-lib__ImageIterator2.hh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 0.9.2 and make it build on both amd64 and i386 byAlexey Dokuchaev2019-05-031-24/+0
| | | | | | | | | | | | | | | | | | defining __LONG_LONG_SUPPORTED macro, which allows to pull llabs(3) for 64-bit numbers; was not a problem on amd64 because sizeof(long) == 8 there and thus no `long long' help needed - Bump required C++ standard to C++03; it's not quite ready for later ones due to the this: bardecode/code25i.hh:34:29: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier - GC no-op `post-extract' target, patches that were applied upstream, and no longer relevant libungif -> libgif fixups in the Makefile Notes: svn path=/head/; revision=500748
* Update to 0.8.4, add LICENSE, and fix build on i386.Brendan Fabeny2011-03-161-0/+24
PR: 150046 Submitted by: "Red Legion", "Zao" (different patch) Notes: svn path=/head/; revision=271043