aboutsummaryrefslogtreecommitdiff
path: root/ports/irrlicht/portfile.cmake
AgeCommit message (Collapse)Author
2021-07-06 [irrlicht] Add OSX support (#18725)Artem Shubovych
* Fix Irrlicht compilation on OSX * Update port description * Update portfile instructions * Update version * Fix patch files * Add missing cmake dependencies * Remove obsolete comment * Update version * Remove OBJCXX language from project definition to prevent Windows builds from failing * Update versions * Code review tweaks * Update version * Update versions/i-/irrlicht.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Fix qt5-3d build failure on OSX * Update qt5-3d version * Update port-version for qt5-3d * Update version for qt5-3d * [qt5-3d] Revert modification to previous version entry Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2020-08-25[irrlicht] Patch moved sysctl.h header file (#13137)Jonas Karlsson
Sysctl has been deprecated for a while and in newer versions of glibc it is removed which leads to a compilation error on modern Linux. This is fixed in SVN trunk of irrlich so I copied the include guards from there. In this case sysctl headers are only loaded for OS X where they are also actually used.
2020-06-26[vcpkg] Add vcpkg_from_sourceforge (1/2) (#11899)Jack·Boos·Yu
2020-06-11[irrlicht] Add Supports and fix environment variable reference (#11852)Phoebe
2020-02-13[irrlicht] add feature to support unicode path on windows (#9902)DailyShana
* [irrlicht] add feature to support unicode path on windows * use vcpkg_check_features * fix tools feature
2019-09-05modernize many ports (#7986)Phoebe
* modernize many ports * Update the code to handle copyright * Retriger to build qt5-gamepad
2019-08-16Revert "[irrlicht] use unicode path on windows (#7354)"DailyShana
This reverts commit 22be764ecc302d93371b8f7a05faf0fc4e39fa31.
2019-07-21[irrlicht] use unicode path on windows (#7354)DailyShana
2019-07-17add vcpkg-cmake-wrapper for irrlicht (#7296)DailyShana
2019-02-25[Irrlicht] Add new port (#5431)adrido