Subject: CVS commit: pkgsrc/graphics/gimp-ufraw
From: Greg Troxel
Date: 2023-05-13 13:55:55
Message id: 20230513115555.C6140FA87@cvs.NetBSD.org

Log Message:
graphics/gimp-ufraw: Work around C++/stdint interactions

ufraw includes jasper headers from a C++ file, and jasper relies in
int_limit.h defines.  But NetBSD only defines the macros in C mode, or
in C++>=C11.  Ask for the defines explicitly.

Set ufraw to C99, and gc support for gcc before 3.

Files:
RevisionActionfile
1.136modifypkgsrc/graphics/gimp-ufraw/Makefile
1.40modifypkgsrc/graphics/gimp-ufraw/distinfo
1.3modifypkgsrc/graphics/gimp-ufraw/patches/patch-dcraw.cc