aboutsummaryrefslogtreecommitdiff
path: root/graphics/skencil/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-07-10 11:28:20 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-07-10 11:28:20 +0000
commitd840d9b11fd2869189ac44cf92d1899e5654950e (patch)
tree7c4ccdeffa385e1891b0c1af5a7f2960f56fce9f /graphics/skencil/files
parentbcafddc44e447116c64fe470deae62e424e0a0d5 (diff)
downloadports-d840d9b11fd2869189ac44cf92d1899e5654950e.tar.gz
ports-d840d9b11fd2869189ac44cf92d1899e5654950e.zip
Notes
Diffstat (limited to 'graphics/skencil/files')
-rw-r--r--graphics/skencil/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/skencil/files/patch-aa b/graphics/skencil/files/patch-aa
deleted file mode 100644
index 5d61c21a882d..000000000000
--- a/graphics/skencil/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig Sat May 12 21:20:07 2001
-+++ setup.py Tue May 15 15:21:20 2001
-@@ -224,7 +224,7 @@
- def configure_tkinter(configs, flags):
- # If --tk-flags was given on the command line, use those.
- if flags['tk']['flags']:
-- configs['_tkinter'] = read_target(flags['tk']['flags'])
-+ configs['_tkinter'] = read_target(flags['tk']['flags'], '')
- return
- # For python < 2.1 just use the tkconfig from python's Setup, unless
- # the user explicitly requests auto-configure