diff options
Diffstat (limited to 'lang/python23/patches/patch-am')
-rw-r--r-- | lang/python23/patches/patch-am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/python23/patches/patch-am b/lang/python23/patches/patch-am index 2accab796b4..24bcc341afa 100644 --- a/lang/python23/patches/patch-am +++ b/lang/python23/patches/patch-am @@ -1,7 +1,7 @@ -$NetBSD: patch-am,v 1.2 2003/12/08 21:13:56 recht Exp $ +$NetBSD: patch-am,v 1.3 2003/12/23 17:24:42 recht Exp $ ---- setup.py.orig 2003-09-22 03:19:45.000000000 +0200 -+++ setup.py 2003-12-08 21:33:30.000000000 +0100 +--- setup.py.orig 2003-10-21 22:01:21.000000000 +0200 ++++ setup.py 2003-12-23 12:43:32.000000000 +0100 @@ -15,7 +15,7 @@ from distutils.command.install_lib import install_lib @@ -101,7 +101,7 @@ $NetBSD: patch-am,v 1.2 2003/12/08 21:13:56 recht Exp $ # The standard Unix dbm module: if platform not in ['cygwin']: -@@ -765,7 +778,7 @@ +@@ -770,7 +783,7 @@ # Linux-specific modules exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) @@ -110,7 +110,7 @@ $NetBSD: patch-am,v 1.2 2003/12/08 21:13:56 recht Exp $ exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) if platform == 'sunos5': -@@ -1135,7 +1148,7 @@ +@@ -1140,7 +1153,7 @@ ext_modules=[Extension('struct', ['structmodule.c'])], # Scripts to install |