aboutsummaryrefslogtreecommitdiff
path: root/lang/python23/files
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-12-01 15:04:05 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-12-01 15:04:05 +0000
commitcbee63519e5bfa9431cedefac9d47c9bca12db45 (patch)
tree1dc8467b10d712e142255d9e46f003ec59a7b07e /lang/python23/files
parent42171e1bc7ab8df5cd3da0899a44abf5cad21cc8 (diff)
downloadports-cbee63519e5bfa9431cedefac9d47c9bca12db45.tar.gz
ports-cbee63519e5bfa9431cedefac9d47c9bca12db45.zip
Notes
Diffstat (limited to 'lang/python23/files')
-rw-r--r--lang/python23/files/patch-setup.py13
1 files changed, 11 insertions, 2 deletions
diff --git a/lang/python23/files/patch-setup.py b/lang/python23/files/patch-setup.py
index 42d6b9a68984..c97c8ad2cadf 100644
--- a/lang/python23/files/patch-setup.py
+++ b/lang/python23/files/patch-setup.py
@@ -1,5 +1,5 @@
---- setup.py.orig Sat Aug 21 08:12:35 2004
-+++ setup.py Sat Aug 21 08:12:48 2004
+--- setup.py.orig Wed Oct 22 05:01:21 2003
++++ setup.py Wed Dec 1 23:07:00 2004
@@ -15,7 +15,7 @@
from distutils.command.install_lib import install_lib
@@ -18,3 +18,12 @@
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
if platform == 'sunos5':
+@@ -1140,7 +1140,7 @@
+ ext_modules=[Extension('struct', ['structmodule.c'])],
+
+ # Scripts to install
+- scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle']
++ scripts = []
+ )
+
+ # --install-platlib