diff options
author | tg <tg@FreeBSD.org> | 1999-05-19 17:41:28 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-05-19 17:41:28 +0800 |
commit | 4837cc1d1772800e3e2cc8c0ae9501b256f9fd47 (patch) | |
tree | 1e0141d34e59688f4ec718d5028aad315df03db1 /graphics/skencil/files | |
parent | c2b479abc682532909d51228d43e3c523bbb4a94 (diff) | |
download | freebsd-ports-gnome-4837cc1d1772800e3e2cc8c0ae9501b256f9fd47.tar.gz freebsd-ports-gnome-4837cc1d1772800e3e2cc8c0ae9501b256f9fd47.tar.zst freebsd-ports-gnome-4837cc1d1772800e3e2cc8c0ae9501b256f9fd47.zip |
Upgrade to 0.6.0.
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' |