ports/devel/root/files/patch-interpreter_cling_include_cling_libc.modulemap
Erik Jensen 3ad0e6474b devel/root: Revive port: Data analysis framework made at CERN
- Submitter becomes maintainer

ROOT is a framework for data processing, born at CERN, at the heart of
the research on high-energy physics. Every day, thousands of physicists
use ROOT applications to analyze their data or to perform simulations.

WWW:		https://root.cern/
PR:		267717
2022-12-30 10:44:41 +00:00

9 lines
359 B
Text

--- interpreter/cling/include/cling/libc.modulemap.orig 2022-11-16 10:35:46 UTC
+++ interpreter/cling/include/cling/libc.modulemap
@@ -70,5 +70,5 @@ module "xlocale.h" [system] [extern_c] {
// doesn't exist on some systems with unpatched glib 2.26+
module "xlocale.h" [system] [extern_c] {
export *
- header "xlocale.h"
+ textual header "xlocale.h"
}