summaryrefslogtreecommitdiff
path: root/graphics/py-biggles/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-16 16:49:16 +0000
committerjoerg <joerg>2009-02-16 16:49:16 +0000
commit0b00b8a6d95af4c43b1937138a5961dbea5f36e5 (patch)
treeaf06e2257e9bab8925ffac064dbdbfff30ab7819 /graphics/py-biggles/patches
parent71137efc06a33e17c28e6e1ea6bf32f61642b4cb (diff)
downloadpkgsrc-0b00b8a6d95af4c43b1937138a5961dbea5f36e5.tar.gz
Fix build with Python 2.5 due to missing source encoding.
Diffstat (limited to 'graphics/py-biggles/patches')
-rw-r--r--graphics/py-biggles/patches/patch-aa8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/py-biggles/patches/patch-aa b/graphics/py-biggles/patches/patch-aa
new file mode 100644
index 00000000000..4ce2e8c0ea3
--- /dev/null
+++ b/graphics/py-biggles/patches/patch-aa
@@ -0,0 +1,8 @@
+$NetBSD: patch-aa,v 1.1 2009/02/16 16:49:16 joerg Exp $
+
+--- setup.py.orig 2009-02-16 17:43:32.000000000 +0100
++++ setup.py
+@@ -1,2 +1,3 @@
+ #!/usr/bin/env python
++# -*- coding: latin-1
+ #