ports/textproc/jq/patches/patch-configure

13 lines
289 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: configure
--- configure.orig
+++ configure
2023-09-08 05:21:37 +00:00
@@ -20799,7 +20799,7 @@ printf %s "checking for thread-local storage... " >&6;
2023-08-16 22:26:55 +00:00
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-static __thread int x ;
+__thread int x ;
int main () { x = 123; return x; }
_ACEOF