PKGBUILDs/community/higan/sjlj-declare-xopen-source.patch

16 lines
344 B
Diff
Raw Normal View History

2016-07-23 17:49:27 +00:00
Description: Declare that sjlj.c requires X/Open 7
Things from the X/Open 7 standard are used. This has to
be declared when building with -std=c99.
Author: Tobias Hansen <thansen@debian.org>
--- a/libco/sjlj.c
+++ b/libco/sjlj.c
@@ -12,6 +12,7 @@
*/
#define LIBCO_C
+#define _XOPEN_SOURCE 700
#include "libco.h"
#include <stdlib.h>