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,13 @@
--- Modules/_ctypes/libffi/config.guess.orig Sat Apr 25 13:58:47 2015
+++ Modules/_ctypes/libffi/config.guess Sat Apr 25 13:59:57 2015
@@ -880,8 +880,8 @@
# other systems with GNU libc and userland
echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
exit ;;
- i*86:Minix:*:*)
- echo ${UNAME_MACHINE}-pc-minix
+ *:Minix:*:*)
+ echo ${UNAME_MACHINE}-elf32-minix
exit ;;
aarch64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}