openbsd-ports/lang/python/2.4/patches/patch-Modules_makesetup
alek 65a7f47309 Import python 2.4
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax.

tested by djm@ and mpech@ (but more tests are needed!)
mbalmer@ and xsa@ want it to go in
2005-06-07 01:12:54 +00:00

12 lines
505 B
Plaintext

$OpenBSD: patch-Modules_makesetup,v 1.1.1.1 2005/06/07 01:12:58 alek Exp $
--- Modules/makesetup.orig 2002-03-29 19:00:18.000000000 +0100
+++ Modules/makesetup 2004-04-10 22:41:55.000000000 +0200
@@ -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";;