pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

marco: sunos needs _XOPEN_SOURCE 600



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Fri Apr 22 11:08:06 2016 +0200
Changeset:	038b8d168ef9f5e1794c3c3d9b092ec0ad0e8b1c

Modified Files:
	marco/distinfo
Added Files:
	marco/patches/patch-src_compositor_compositor-xrender.c

Log Message:
marco: sunos needs _XOPEN_SOURCE 600

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=038b8d168ef9f5e1794c3c3d9b092ec0ad0e8b1c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 marco/distinfo                                          |  1 +
 marco/patches/patch-src_compositor_compositor-xrender.c | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diffs:
diff --git a/marco/distinfo b/marco/distinfo
index 951691e..c8f9792 100644
--- a/marco/distinfo
+++ b/marco/distinfo
@@ -4,3 +4,4 @@ SHA1 (marco-1.14.0.tar.xz) = 26ba592930c17e5c664297f2042021e8daf366a1
 RMD160 (marco-1.14.0.tar.xz) = 6a8e3f64ef1c779f22c92f9121a85ad02728ce03
 SHA512 (marco-1.14.0.tar.xz) = aa7b998bd999b46e48cada0ae669a130b1f16f58adef94be216636176626aff2104da464bb1e1d2af9fc0257441cfac8abe0906ec6e057d9f88597b871c50aad
 Size (marco-1.14.0.tar.xz) = 1263516 bytes
+SHA1 (patch-src_compositor_compositor-xrender.c) = 5cb7e98d8e2b1dda2842f422ad2268bb258c35ee
diff --git a/marco/patches/patch-src_compositor_compositor-xrender.c b/marco/patches/patch-src_compositor_compositor-xrender.c
new file mode 100644
index 0000000..5737e78
--- /dev/null
+++ b/marco/patches/patch-src_compositor_compositor-xrender.c
@@ -0,0 +1,15 @@
+$NetBSD$
+
+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>
+ 


Home | Main Index | Thread Index | Old Index