Step 2: base dep: lang/python27

This commit is contained in:
2014-04-19 16:06:28 +02:00
committed by Lionel Sambuc
parent 9ee1154431
commit 18e5b2dac6
11 changed files with 222 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
--- 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>