diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-19 09:41:28 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-19 09:41:28 +0000 |
commit | d3dae184e7cc0495a40bd2b014db4a049d05f44c (patch) | |
tree | 0b8b3d81b6de3f16bfded326704b873e8ca61496 /graphics/skencil/files | |
parent | 5963bdad77ff96716c5710b415900207bd392805 (diff) | |
download | ports-d3dae184e7cc0495a40bd2b014db4a049d05f44c.tar.gz ports-d3dae184e7cc0495a40bd2b014db4a049d05f44c.zip |
Notes
Diffstat (limited to 'graphics/skencil/files')
-rw-r--r-- | graphics/skencil/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/skencil/files/patch-aa b/graphics/skencil/files/patch-aa new file mode 100644 index 000000000000..f39ac9cf3bb1 --- /dev/null +++ b/graphics/skencil/files/patch-aa @@ -0,0 +1,11 @@ +--- setup.py.orig Tue May 18 18:37:04 1999 ++++ setup.py Wed May 19 09:44:38 1999 +@@ -212,7 +212,7 @@ + + if setup == None: + setup = os.path.join(sys.prefix, 'lib/python' + sys.version[:3], +- 'config/Setup') ++ 'config/Setup.local') + print 'reading configuration from', setup, '...', + configs = extract_config(setup, ['_tkinter']) + print 'done' |