$OpenBSD: patch-config_h_in,v 1.1 2018/11/29 14:22:04 sthen Exp $

Index: config.h.in
--- config.h.in.orig
+++ config.h.in
@@ -436,7 +436,7 @@ char * strerror(int n);
 #endif
 
 #ifdef HAVE_LONG_LONG_INT
-#if SIZEOF_LONG_LONG > SIZEOF_LONG
+#if SIZEOF_LONG_LONG >= SIZEOF_LONG
 #define LYX_USE_LONG_LONG
 #endif
 #endif
