View | Details | Raw Unified | Return to bug 264831 | Differences between
and this patch

Collapse All | Expand All

(-)b/comms/wsjtx/files/wsjtx.patch (-1 / +11 lines)
Lines 170-172 Link Here
170
 
170
 
171
 libfind_process (Hamlib)
171
 libfind_process (Hamlib)
172
 
172
 
173
- 
173
--- wsjtx/wsjtx_config.h.in.orig	2022-06-22 04:50:18.818932000 -0400
174
+++ wsjtx/wsjtx_config.h.in	2022-06-22 04:50:38.546003000 -0400
175
@@ -58,7 +58,7 @@
176
 #endif
177
 
178
   /* typedef for consistent gfortran ABI for charlen type hidden arguments */
179
-#if __GNUC__ > 7
180
+#if (__GNUC__ > 7) || defined(__clang__)
181
 #ifdef __cplusplus
182
 #include <cstddef>
183
 #else

Return to bug 264831