aboutsummaryrefslogtreecommitdiff
path: root/lang/python24/files/patch-setup.py
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2007-02-14 06:07:29 +0000
committerXin LI <delphij@FreeBSD.org>2007-02-14 06:07:29 +0000
commitf523e0e7b265ab8b6a383c1ab6bbca36b1fcfcca (patch)
tree2db7ca448c040c63e70aa8d27611867e75592d6a /lang/python24/files/patch-setup.py
parent971b8d2d5fa090ad845dd0535bb3977b7248506d (diff)
Notes
Diffstat (limited to 'lang/python24/files/patch-setup.py')
-rw-r--r--lang/python24/files/patch-setup.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/python24/files/patch-setup.py b/lang/python24/files/patch-setup.py
index 93e2c278b468..b01b73db560a 100644
--- a/lang/python24/files/patch-setup.py
+++ b/lang/python24/files/patch-setup.py
@@ -1,5 +1,5 @@
---- setup.py.orig Mon Oct 9 22:08:07 2006
-+++ setup.py Mon Oct 9 22:08:42 2006
+--- setup.py.orig Mon Nov 27 03:33:44 2006
++++ setup.py Mon Nov 27 03:35:40 2006
@@ -15,7 +15,7 @@
from distutils.command.install_lib import install_lib
@@ -9,7 +9,7 @@
def add_dir_to_list(dirlist, dir):
"""Add the directory 'dir' to the list 'dirlist' (at the front) if
-@@ -425,7 +425,7 @@
+@@ -442,7 +442,7 @@
if self.compiler.find_library_file(lib_dirs, 'readline'):
readline_libs = ['readline']
if self.compiler.find_library_file(lib_dirs,
@@ -18,12 +18,12 @@
readline_libs.append('ncursesw')
elif self.compiler.find_library_file(lib_dirs,
'ncurses'):
-@@ -681,7 +681,7 @@
-
+@@ -728,7 +728,7 @@
# Curses support, requiring the System V version of curses, often
# provided by the ncurses library.
+ panel_library = 'panel'
- if (self.compiler.find_library_file(lib_dirs, 'ncursesw')):
+ if (self.compiler.find_library_file(lib_dirs, 'xxxncursesw')):
curses_libs = ['ncursesw']
- exts.append( Extension('_curses', ['_cursesmodule.c'],
- libraries = curses_libs) )
+ # Bug 1464056: If _curses.so links with ncursesw,
+ # _curses_panel.so must link with panelw.