diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-01-01 01:34:43 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-01-01 01:34:43 +0000 |
| commit | 88c2ac326c8dffa7ab9497c2d5526e82a319548d (patch) | |
| tree | d69cc060ec7017183c5bf66ecbe916ccb74d383e /packaging/macosx/ports/lang/python26/files/patch-Lib-cgi.py.diff | |
| parent | ruler: Read state flags for GtkStyleContext correctly (diff) | |
| parent | Remove MacOSX packaging and make space for future 0.93 osx packagers. (diff) | |
| download | inkscape-88c2ac326c8dffa7ab9497c2d5526e82a319548d.tar.gz inkscape-88c2ac326c8dffa7ab9497c2d5526e82a319548d.zip | |
Merge in package removal branch
(bzr r15381)
Diffstat (limited to 'packaging/macosx/ports/lang/python26/files/patch-Lib-cgi.py.diff')
| -rw-r--r-- | packaging/macosx/ports/lang/python26/files/patch-Lib-cgi.py.diff | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packaging/macosx/ports/lang/python26/files/patch-Lib-cgi.py.diff b/packaging/macosx/ports/lang/python26/files/patch-Lib-cgi.py.diff deleted file mode 100644 index fb861bc82..000000000 --- a/packaging/macosx/ports/lang/python26/files/patch-Lib-cgi.py.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- Lib/cgi.py.orig 2006-08-10 19:41:07.000000000 +0200 -+++ Lib/cgi.py 2007-08-21 15:36:54.000000000 +0200 -@@ -1,13 +1,6 @@ --#! /usr/local/bin/python -+#! @@PREFIX@@/bin/python2.6 - --# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is --# intentionally NOT "/usr/bin/env python". On many systems --# (e.g. Solaris), /usr/local/bin is not in $PATH as passed to CGI --# scripts, and /usr/local/bin is the default directory where Python is --# installed, so /usr/bin/env would be unable to find python. Granted, --# binary installations by Linux vendors often install Python in --# /usr/bin. So let those vendors patch cgi.py to match their choice --# of installation. -+# NOTE: /usr/local/bin/python patched for MacPorts installation - - """Support module for CGI (Common Gateway Interface) scripts. - |
