492e1a91c6
don't quite match, and all hell breaks loose. MAKE DARN SURE it gets its file by forcing them down the problematic target. Yep, sometimes ar will replace the same files twice. Which is always better than 0. this has long been an annoyance. Why do every single math guy still write makefiles by hand that look like fortran77 code ? (also fix an error in popen by speaking the right standardese)
13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
$OpenBSD: patch-play_unix_files_c,v 1.1 2013/10/11 08:39:26 espie Exp $
|
|
--- 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"
|