ports/math/yorick/patches/patch-play_unix_files_c

12 lines
260 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- play/unix/files.c.orig Fri Oct 11 10:03:34 2013
+++ play/unix/files.c Fri Oct 11 10:07:59 2013
@@ -14,7 +14,7 @@
#endif
#ifndef _XOPEN_SOURCE
/* to get popen declared */
-#define _XOPEN_SOURCE 1
+#define _XOPEN_SOURCE 700
#endif
#include "config.h"