CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/08/08 01:35:38
Added files:
graphics/ctl/patches: patch-ctlrender_tiff_file_cc
patch-lib_IlmCtl_CtlExc_cpp
patch-lib_IlmCtl_CtlTypeStorage_cpp
patch-lib_dpx_dpx_util_cc
Log message:
Fix alloca.h remnants.
These remnants weren't catched up before, because previously cmake
was just issuing a warning for missing includes:
/usr/ports/pobj/ctl-1.5.2/CTL-ctl-1.5.2/lib/IlmCtl/CtlTypeStorage.cpp:67:20:
warning: alloca.h: No such file or directory
While now (cmake>=3.6) it properly errors out.