Subject: CVS commit: pkgsrc/graphics/opencv
From: Dr. Thomas Orgis
Date: 2023-12-22 15:30:55
Message id: 20231222143055.A46B3FA42@cvs.NetBSD.org

Log Message:
graphics/opencv: disable stupid extern "C" that broke NetBSD build

For no good reason, perhaps for ancient LAPACK headers, the wrapper header
puts the includes into extern "C". This causes some compilers to complain
because LAPACK headers do C++ stuff if they see a C++ compiler and then
add extern "C" themselves.

Files:
RevisionActionfile
1.19modifypkgsrc/graphics/opencv/Makefile.common