]> git.pld-linux.org Git - packages/lilypond.git/blob - lilypond-python23.patch
- added more POSIX sh syntax fixes to sh patch
[packages/lilypond.git] / lilypond-python23.patch
1 --- lilypond-1.6.11/stepmake/aclocal.m4.orig    2003-06-23 00:39:22.000000000 +0200
2 +++ lilypond-1.6.11/stepmake/aclocal.m4 2003-08-24 16:18:27.620831152 +0200
3 @@ -855,7 +855,7 @@
4  
5  
6  AC_DEFUN(STEPMAKE_PYTHON_DEVEL, [
7 -    AC_HAVE_HEADERS(python2.2/Python.h python2.1/Python.h python2.0/Python.h python2/Python.h python/Python.h python1.5/Python.h Python.h, PYTHON_HEADER=yes)
8 +    AC_HAVE_HEADERS(python2.3/Python.h python2.2/Python.h python2.1/Python.h python2.0/Python.h python2/Python.h python/Python.h python1.5/Python.h Python.h, PYTHON_HEADER=yes)
9      if test -z "$PYTHON_HEADER"; then
10         warn='python.h (python-devel, python-dev or libpython-dev package)'
11         STEPMAKE_ADD_ENTRY($1, $warn)
12 --- lilypond-1.6.11/python/midi.c.orig  2002-02-10 18:43:09.000000000 +0100
13 +++ lilypond-1.6.11/python/midi.c       2003-08-24 16:59:03.040591072 +0200
14 @@ -23,6 +23,8 @@
15  /* urg */
16  #if HAVE_PYTHON2_PYTHON_H
17  #include <python2/Python.h>
18 +#elif HAVE_PYTHON2_3_PYTHON_H
19 +#include <python2.3/Python.h>
20  #elif HAVE_PYTHON2_2_PYTHON_H
21  #include <python2.2/Python.h>
22  #elif HAVE_PYTHON2_1_PYTHON_H
23 --- lilypond-1.6.11/config.hh.in.orig   2003-05-16 01:06:57.000000000 +0200
24 +++ lilypond-1.6.11/config.hh.in        2003-08-24 17:07:57.235381120 +0200
25 @@ -46,6 +46,9 @@
26  /* define if you have kpse_find_tfm */
27  #define HAVE_KPSE_FIND_TFM 0
28  
29 +/* define if you have python2.3/Python.h header */
30 +#define HAVE_PYTHON2_3_PYTHON_H 0
31 +
32  /* define if you have python2.2/Python.h header */
33  #define HAVE_PYTHON2_2_PYTHON_H 0
34  
This page took 0.097985 seconds and 3 git commands to generate.