Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / python / Python-2.6.1-svn-1.7.patch
blobb3d00149cec219869cebd0180cc77d597eae325a
1 --- misc/build/Python-2.6.1/Makefile.pre.in 2012-05-17 22:05:39.445274789 +0200
2 +++ misc/build.new/Python-2.6.1/Makefile.pre.in 2012-05-17 22:05:15.214276225 +0200
3 @@ -34,7 +34,8 @@
4 LINKCC= @LINKCC@
5 AR= @AR@
6 RANLIB= @RANLIB@
7 -SVNVERSION= @SVNVERSION@
8 +# svnversion 1.7 changed its output from "exported" to "Unversioned directory"
9 +SVNVERSION="echo exported"
11 # Shell used by make (some versions default to the login shell, which is bad)
12 SHELL= /bin/sh