From b6bb8c3d3a17625aa826094130b3d84530b6dae4 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Tue, 28 Apr 2009 21:27:54 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'. --- lang/python27/files/extra-patch-setup.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 lang/python27/files/extra-patch-setup.py (limited to 'lang/python27/files/extra-patch-setup.py') diff --git a/lang/python27/files/extra-patch-setup.py b/lang/python27/files/extra-patch-setup.py deleted file mode 100644 index 109f7841adfa..000000000000 --- a/lang/python27/files/extra-patch-setup.py +++ /dev/null @@ -1,26 +0,0 @@ ---- setup.py.1 2009-03-12 04:07:36.000000000 +0000 -+++ setup.py 2009-03-12 04:08:36.000000000 +0000 -@@ -1265,13 +1265,21 @@ - ) - libraries = [] - -- elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'): -+ elif platform in ('freebsd4', 'freebsd5', 'freebsd6'): - # FreeBSD's P1003.1b semaphore support is very experimental - # and has many known problems. (as of June 2008) -- macros = dict( # FreeBSD -+ macros = dict( # FreeBSD 4-6 - HAVE_SEM_OPEN=0, - HAVE_SEM_TIMEDWAIT=0, - HAVE_FD_TRANSFER=1, -+ ) -+ libraries = [] -+ -+ elif platform in ('freebsd7', 'freebsd8'): -+ macros = dict( # FreeBSD 7+ -+ HAVE_SEM_OPEN=1, -+ HAVE_SEM_TIMEDWAIT=1, -+ HAVE_FD_TRANSFER=1, - ) - libraries = [] - -- cgit v1.2.3