diff options
Diffstat (limited to 'lang/python24/files/patch-setup.py')
| -rw-r--r-- | lang/python24/files/patch-setup.py | 14 | 
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.  | 
