diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-28 15:40:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-28 15:40:05 +0000 |
commit | 2291515af73bc9a6b602d859d5a5140f5d7023d6 (patch) | |
tree | 16a89ff7ecd158a48082f29da019ec74618bd0d6 /x11-toolkits/py-wxPython28/files | |
parent | c94eb864963241165d0e3a91718da28c01eb47c6 (diff) | |
download | ports-2291515af73bc9a6b602d859d5a5140f5d7023d6.tar.gz ports-2291515af73bc9a6b602d859d5a5140f5d7023d6.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-wxPython28/files')
-rw-r--r-- | x11-toolkits/py-wxPython28/files/patch-my_distutils.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/py-wxPython28/files/patch-my_distutils.py b/x11-toolkits/py-wxPython28/files/patch-my_distutils.py new file mode 100644 index 000000000000..dce6b0885145 --- /dev/null +++ b/x11-toolkits/py-wxPython28/files/patch-my_distutils.py @@ -0,0 +1,20 @@ + +$FreeBSD$ + +--- my_distutils.py 2001/05/28 14:50:41 1.1 ++++ my_distutils.py 2001/05/28 14:51:09 +@@ -122,10 +122,10 @@ + + from distutils import ccompiler + +-ccompiler.default_compiler['nt'] = 'my_msvc' +-ccompiler.compiler_class['my_msvc'] = ('my_distutils', +- 'MyMSVCCompiler', +- 'My MSVC derived class') ++#ccompiler.default_compiler['nt'] = 'my_msvc' ++#ccompiler.compiler_class['my_msvc'] = ('my_distutils', ++# 'MyMSVCCompiler', ++# 'My MSVC derived class') + + + # make it look like it is part of the package... |