Disable ruby support; ruby gets picked up but the bindings fail to build. Improve some package COMMENTs. Enable debug packages. requested & tested by jcs@
15 lines
324 B
Plaintext
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
|