mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
16 lines
426 B
Plaintext
16 lines
426 B
Plaintext
$NetBSD: patch-ae,v 1.2 2012/09/15 12:05:00 obache Exp $
|
|
|
|
* Fix for SunOS
|
|
|
|
--- sigscheme/configure.orig 2011-09-13 15:53:22.544782355 +0200
|
|
+++ sigscheme/configure 2011-09-13 15:56:13.848433241 +0200
|
|
@@ -16000,7 +16000,7 @@ if test "x$ac_cv_func_strdup" = xyes; th
|
|
_ACEOF
|
|
|
|
# Overrides _POSIX_C_SOURCE
|
|
- $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
|
|
+ $as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h
|
|
|
|
|
|
fi
|