pkgsrc-ng/lang/python27/patches/patch-zz-minix-b
2016-01-22 00:05:49 +01:00

12 lines
311 B
Plaintext

--- Python/dynload_shlib.c.orig Fri Apr 18 18:42:43 2014
+++ Python/dynload_shlib.c Fri Apr 18 18:43:00 2014
@@ -7,7 +7,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#if defined(__NetBSD__)
+#if defined(__NetBSD__) || defined(__minix)
#include <sys/param.h>
#if (NetBSD < 199712)
#include <nlist.h>