summaryrefslogtreecommitdiff
path: root/multimedia/assimp/patches/patch-contrib_zip_src_zip.h
AgeCommit message (Collapse)AuthorFilesLines
2022-04-14Update multimedia/assimp to version 5.2.3nros1-8/+6
Update multimedia/assimp to version 5.2.3. The reason for updating is that this version has changes, mOrthographicWith in aiCamera, needed by some packages in wip (qt6). This update should be safe since only wip packages depend on it. pkgsrc changes: patch-assimp.pc.in came from upstream and is now removed. contrib/irrXML does not exist anymore so patch-contrib_irrXML_CMakeLists.txt has been removed. Changes in package: To many to mention.
2021-01-10assimp: adjust a portability patchgutteridge1-14/+15
Simplify, per joerg@'s suggestion "Drop the whole block. Seems much safer."
2021-01-07assimp: build fix for 32-bit architecturesgutteridge1-0/+24
Rather than add to the ifdef stew that's already there, simply don't try to second-guess the host platform. Otherwise, we'd need more macro checks added for, at least, NetBSD, FreeBSD, and musl, but including sys/types.h should "just work". (There's seemingly another unrelated portability issue directly below that code block, but it won't break builds, and would require different means of correction.)