summaryrefslogtreecommitdiff
path: root/graphics/skencil/files/patch-aa
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-04-28 09:36:01 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-04-28 09:36:01 +0000
commit0e5aaf3fd53f133fe78c8cc428b6565b20f2271c (patch)
treef3d85780b7c2d714e5d6928ded30c973606531ee /graphics/skencil/files/patch-aa
parentUpgrade to version 2.6.1 of xblast (includes sound support). (diff)
Fix building after recent separation of py-tkinter. Portlint.
Notes
Notes: svn path=/head/; revision=28056
Diffstat (limited to '')
-rw-r--r--graphics/skencil/files/patch-aa13
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/skencil/files/patch-aa b/graphics/skencil/files/patch-aa
index f39ac9cf3bb1..47aa57fada9c 100644
--- a/graphics/skencil/files/patch-aa
+++ b/graphics/skencil/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'