$NetBSD: patch-aa,v 1.5 1999/12/02 03:03:32 sakamoto Exp $ --- ./setup.py.orig Fri Oct 15 03:13:08 1999 +++ ./setup.py Thu Dec 2 10:05:26 1999 @@ -64,4 +64,6 @@ elif head == '-L': config.lib_dirs.append(item) + elif head == '-R': + config.lib_dirs.append(item) elif head == '-l': config.libraries.append(item) @@ -213,5 +215,5 @@ if setup == None: setup = os.path.join(sys.prefix, 'lib/python' + sys.version[:3], - 'config/Setup') + 'config/Setup.tk') print 'reading configuration from', setup, '...', configs = extract_config(setup, ['_tkinter'])