summaryrefslogtreecommitdiff
path: root/lang/python35/patches/patch-Modules_makesetup
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python35/patches/patch-Modules_makesetup')
-rw-r--r--lang/python35/patches/patch-Modules_makesetup15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/python35/patches/patch-Modules_makesetup b/lang/python35/patches/patch-Modules_makesetup
deleted file mode 100644
index f674b7396e9..00000000000
--- a/lang/python35/patches/patch-Modules_makesetup
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-Modules_makesetup,v 1.1 2015/12/05 17:12:13 adam Exp $
-
-Support -pthread compiler flag.
-http://bugs.python.org/issue21461
-
---- Modules/makesetup.orig 2008-06-11 05:26:20.000000000 +0000
-+++ Modules/makesetup
-@@ -164,6 +164,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
- -rpath) libs="$libs $arg"; skip=libs;;
- --rpath) libs="$libs $arg"; skip=libs;;
- -[A-Zl]*) libs="$libs $arg";;
-+ -pthread) libs="$libs $arg";;
- *.a) libs="$libs $arg";;
- *.so) libs="$libs $arg";;
- *.sl) libs="$libs $arg";;