Files
Ryan Carsten Schmidt c6f459d0e9 pbrt2: Fix build; also build exrtotiff
Fix build by requiring C++11, required by OpenEXR headers now, and
using pkg-config to get the right flags for OpenEXR, and tiff while
we're at it.

Closes: https://trac.macports.org/ticket/70618

Also build exrtotiff, thereby actually using libtiff.

Disable silent rules.

Add a patch to silence null-conversion warnings.

Move zlib dependency to platform darwin block because the Makefile only
adds -lz on Darwin.
2026-03-29 04:53:43 -05:00
..