$OpenBSD: patch-coreapi_call_log_c,v 1.1.1.1 2021/07/10 12:03:20 landry Exp $

Index: coreapi/call_log.c
--- coreapi/call_log.c.orig
+++ coreapi/call_log.c
@@ -18,7 +18,9 @@
  */
 
 #ifndef __APPLE__ /*XOPEN_SOURCE icompilation issue  with xcode9 https://github.com/eclipse/omr/pull/1721*/
+#ifndef __OpenBSD__
 #define _XOPEN_SOURCE 700 /*required for strptime of GNU libc*/
+#endif
 #endif
 
 #include <time.h>
