summaryrefslogtreecommitdiff
path: root/patches
AgeCommit message (Collapse)Author
13 daysMake colladadom 2.3 build on Ubuntu 24.04.1 GCC 13Erik Kundiman
2024-09-05Get colladadom 2.3 build method to work on FedoraErik Kundiman
2024-09-05Comment out 'install' lines in collada-dom' CMakeLists.txt, becauseHiroo Ono
we do not really use what is 'installed', but use what is there before installing. This should fix the build on Ubuntu.
2024-09-03So, it was minizip, not minizip-ng. Sorry.Hiroo Ono
2024-09-03added Boost include directory to the target collada14dom.Hiroo Ono
added -Wno-error=unused-result to the target collada14dom.
2024-09-02Fix build.Hiroo Ono
* check for minizip (not minizip-ng) on Linux (Debian) * added find_package(Boost REQUIRED CONFIG) in collada-dom build for Linux and FreeBSD
2024-09-01Build and link collada-dom v2.3-r7 taken from Linden Lab's 3rd party softwareHiroo Ono
repository.