CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/09/30 00:34:50
Modified files:
comms/sigrok/libsigrok: Makefile
Added files:
comms/sigrok/libsigrok/patches: patch-Doxyfile
Log message:
Unbreak build after doxygen update
"Behavior of FILE_PATTERNS was unintentionally changed in doxygen 1.8.16,
this lead to the libsigrok doxygen invocation generating almost no data,
and missing all the enums needed for the binding generation, resulting
in build failures."
Upstream-issue: https://github.com/doxygen/doxygen/issues/7190
Patch from ArchLinux