mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
- 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
9 lines
359 B
Text
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"
|
|
}
|