1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/sketch/files/patch-aa

13 lines
481 B
Plaintext

--- 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'