summaryrefslogtreecommitdiff
path: root/graphics/skencil/files/patch-aa
blob: 47aa57fada9c9e2dd0dac7c22272496c179893d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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],
-                             'config/Setup')
+        setup = '%%PORTSDIR%%/x11-toolkits/py-tkinter/files/Setup'
     print 'reading configuration from', setup, '...',
     configs = extract_config(setup)
     print 'done'