View | Details | Raw Unified | Return to bug 262937
Collapse All | Expand All

(-)b/comms/wsjtz/files/patch-wsjtx__config.h.in (-1 / +11 lines)
Added Link Here
0
- 
1
--- wsjtx_config.h.in.orig	2022-06-28 23:16:28 UTC
2
+++ wsjtx_config.h.in
3
@@ -58,7 +58,7 @@ extern "C"  {
4
 #endif
5
 
6
   /* typedef for consistent gfortran ABI for charlen type hidden arguments */
7
-#if __GNUC__ > 7
8
+#if __GNUC__ > 7 || defined(__clang__)
9
 #ifdef __cplusplus
10
 #include <cstddef>
11
 #else

Return to bug 262937