diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-16 16:49:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-16 16:49:16 +0000 |
commit | 464184154ffb2c784e2a4d79a0ebc8b69b19b0ee (patch) | |
tree | af06e2257e9bab8925ffac064dbdbfff30ab7819 /graphics/py-biggles | |
parent | d75498d8dab41759fee461595fe02ed76e72547c (diff) | |
download | pkgsrc-464184154ffb2c784e2a4d79a0ebc8b69b19b0ee.tar.gz |
Fix build with Python 2.5 due to missing source encoding.
Diffstat (limited to 'graphics/py-biggles')
-rw-r--r-- | graphics/py-biggles/distinfo | 3 | ||||
-rw-r--r-- | graphics/py-biggles/patches/patch-aa | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/graphics/py-biggles/distinfo b/graphics/py-biggles/distinfo index 04aff8b8f47..bbe0cbaa62e 100644 --- a/graphics/py-biggles/distinfo +++ b/graphics/py-biggles/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 08:45:12 agc Exp $ +$NetBSD: distinfo,v 1.3 2009/02/16 16:49:16 joerg Exp $ SHA1 (python-biggles-1.6.3.tar.gz) = ada51bb368f504151c3e65d776b0314dd6f534df RMD160 (python-biggles-1.6.3.tar.gz) = a5723e0ca332bac741079e5ccabff10459ef1be6 Size (python-biggles-1.6.3.tar.gz) = 107760 bytes +SHA1 (patch-aa) = 53e927eb559d145e247173e1ad4b125e5374cbcc 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 + #
|