summaryrefslogtreecommitdiff
path: root/graphics/sketch/patches/patch-aa
blob: 59ab846f0339c7db5c5f319c6ed96f82f7e59f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$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'])