bentley 8221fdc32b Update to libsigrok-0.5.2 and pulseview-0.4.2.
Disable ruby support; ruby gets picked up but the bindings fail to build.
Improve some package COMMENTs.
Enable debug packages.

requested & tested by jcs@
2021-02-25 07:56:30 +00:00

15 lines
324 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.3 2021/02/25 07:56:30 bentley Exp $
Index: config.h.in
--- config.h.in.orig
+++ config.h.in
@@ -412,8 +412,3 @@
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
-
-/* The targeted POSIX standard. */
-#ifndef _POSIX_C_SOURCE
-# define _POSIX_C_SOURCE 200112L
-#endif