diff options
author | taca <taca@pkgsrc.org> | 2007-12-21 16:18:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-12-21 16:18:35 +0000 |
commit | d80faa6427e6a2ab2878df3ba4d2610f4df86f3e (patch) | |
tree | ff7a04d72a23658f7a476063c97f9ca1e2f2cfa5 /www/zope3/patches/patch-ac | |
parent | 1523c1572e892f712bfc908bf16d7c70dd7d3534 (diff) | |
download | pkgsrc-d80faa6427e6a2ab2878df3ba4d2610f4df86f3e.tar.gz |
- More proper fix to previous change; correct real python scripts' path.
- Change the order of including files in Makefile to use REPLACE_PYTHON
properly.
- Remove shebang line from a library file which would never be executed
directly.
Diffstat (limited to 'www/zope3/patches/patch-ac')
-rw-r--r-- | www/zope3/patches/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/zope3/patches/patch-ac b/www/zope3/patches/patch-ac new file mode 100644 index 00000000000..103388aa3ca --- /dev/null +++ b/www/zope3/patches/patch-ac @@ -0,0 +1,10 @@ +$NetBSD: patch-ac,v 1.5 2007/12/21 16:18:35 taca Exp $ + +--- Dependencies/twisted-Zope-3.3.1/twisted/internet/glib2reactor.py.orig 2007-01-14 23:04:24.000000000 +0900 ++++ Dependencies/twisted-Zope-3.3.1/twisted/internet/glib2reactor.py +@@ -1,4 +1,4 @@ +-#! /usr/bin/python ++# + + """ + This module provides support for Twisted to interact with the glib mainloop. |