diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-28 09:36:01 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-28 09:36:01 +0000 |
commit | 0e5aaf3fd53f133fe78c8cc428b6565b20f2271c (patch) | |
tree | f3d85780b7c2d714e5d6928ded30c973606531ee /graphics/sketch/files | |
parent | Upgrade to version 2.6.1 of xblast (includes sound support). (diff) |
Fix building after recent separation of py-tkinter. Portlint.
Diffstat (limited to 'graphics/sketch/files')
-rw-r--r-- | graphics/sketch/files/patch-aa | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/sketch/files/patch-aa b/graphics/sketch/files/patch-aa index f39ac9cf3bb1..47aa57fada9c 100644 --- a/graphics/sketch/files/patch-aa +++ b/graphics/sketch/files/patch-aa @@ -1,11 +1,12 @@ ---- setup.py.orig Tue May 18 18:37:04 1999 -+++ setup.py Wed May 19 09:44:38 1999 -@@ -212,7 +212,7 @@ +--- setup.py.orig Thu Feb 10 19:01:49 2000 ++++ setup.py Thu Apr 27 15:56:03 2000 +@@ -233,8 +233,7 @@ + flags['sketch']['imaging-include'] = '-I' + dir if setup == None: - setup = os.path.join(sys.prefix, 'lib/python' + sys.version[:3], +- setup = os.path.join(sys.prefix, 'lib/python' + sys.version[:3], - 'config/Setup') -+ 'config/Setup.local') ++ setup = '%%PORTSDIR%%/x11-toolkits/py-tkinter/files/Setup' print 'reading configuration from', setup, '...', - configs = extract_config(setup, ['_tkinter']) + configs = extract_config(setup) print 'done' |