mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
405 B
C
16 lines
405 B
C
$NetBSD: patch-src_compositor_compositor-xrender.c,v 1.1 2016/05/21 19:23:00 youri Exp $
|
|
|
|
SunOS needs _XOPEN_SOURCE 600
|
|
|
|
--- src/compositor/compositor-xrender.c.orig 2016-03-09 14:31:21.000000000 +0000
|
|
+++ src/compositor/compositor-xrender.c
|
|
@@ -22,7 +22,7 @@
|
|
*/
|
|
|
|
#define _GNU_SOURCE
|
|
-#define _XOPEN_SOURCE 500 /* for usleep() */
|
|
+#define _XOPEN_SOURCE 600 /* for usleep() */
|
|
|
|
#include <config.h>
|
|
|