gnu: Add Combinatorial BLAS.
[jackhill/guix/guix.git] / gnu / packages / patches / luit-posix.patch
CommitLineData
c1897890
AE
1See https://bugs.freedesktop.org/show_bug.cgi?id=47792;
2should become obsolete with the next release.
3
4diff -u luit-1.1.1.orig/sys.c luit-1.1.1/sys.c
5--- luit-1.1.1.orig/sys.c 2012-03-23 05:23:07.000000000 +0100
6+++ luit-1.1.1/sys.c 2013-11-27 22:45:53.000000000 +0100
7@@ -20,6 +20,8 @@
8 THE SOFTWARE.
9 */
10
11+#define _XOPEN_SOURCE 600
12+
13 #ifdef HAVE_CONFIG_H
14 # include "config.h"
15 #endif