mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
20
_oldver/python33/files/patch-setup.py
Normal file
20
_oldver/python33/files/patch-setup.py
Normal file
@@ -0,0 +1,20 @@
|
||||
--- setup.py.orig 2014-03-09 09:40:35.000000000 +0100
|
||||
+++ setup.py 2014-07-15 08:17:17.000000000 +0200
|
||||
@@ -31,7 +31,7 @@
|
||||
COMPILED_WITH_PYDEBUG = ('--with-pydebug' in sysconfig.get_config_var("CONFIG_ARGS"))
|
||||
|
||||
# This global variable is used to hold the list of modules to be disabled.
|
||||
-disabled_module_list = []
|
||||
+disabled_module_list = ["_sqlite3", "_tkinter", "_gdbm"]
|
||||
|
||||
def add_dir_to_list(dirlist, dir):
|
||||
"""Add the directory 'dir' to the list 'dirlist' (after any relative
|
||||
@@ -1463,7 +1463,7 @@
|
||||
macros = dict()
|
||||
libraries = []
|
||||
|
||||
- elif host_platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'):
|
||||
+ elif host_platform in ('freebsd7', 'freebsd8', 'freebsd9', 'freebsd10', 'freebsd11'):
|
||||
# FreeBSD's P1003.1b semaphore support is very experimental
|
||||
# and has many known problems. (as of June 2008)
|
||||
macros = dict()
|
||||
Reference in New Issue
Block a user