Files
termux-packages/packages/povray
termux-pacman-bot e740eb0c98 fix(main/povray): Fix build with NDK r28c and other fixes
- Progress on https://github.com/termux/termux-packages/issues/23492 by fixing build with the `libc++` of NDK r28c
  - change associated with this fix: **copy and paste a solution written as additional `CPPFLAGS` from one of the other major `libc++`-based distros, FreeBSD**: 59a81f5dcb

- Fixes https://github.com/termux/termux-packages/issues/25752
  - change associated with this fix: **removal of explicit `-Ofast` overoptimization**

- Switch from building with `-std=c++11` to `-std=c++14` like FreeBSD does, because c++14 is newer than c++11 but it still does not have the error with this software that c++17 does.

- Expand `$TERMUX_PREFIX` in `postinst` at build-time, not run-time
2025-08-20 03:00:31 +00:00
..