ports/print/lyx/patches/patch-config_h_in

13 lines
253 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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