]> git.pld-linux.org Git - packages/lilypond.git/blob - lilypond-acfix.patch
- added requires
[packages/lilypond.git] / lilypond-acfix.patch
1 --- lilypond-1.6.11/configure.in.orig   2003-08-24 16:37:26.000000000 +0200
2 +++ lilypond-1.6.11/configure.in        2003-08-24 16:38:01.489376008 +0200
3 @@ -3,8 +3,10 @@
4  
5  # Bootstrap the init proces.  List a file identifies your package.
6  AC_INIT(make/lilypond.lsm.in)
7 +CONFIGFILE=config
8  AC_CONFIG_HEADER($CONFIGFILE.h:config.hh.in)
9  
10 +AC_CANONICAL_HOST
11  # Bootstrap StepMake configure
12  STEPMAKE_INIT
13  
14 @@ -42,8 +42,9 @@
15  
16  AC_FUNC_MEMCMP
17  AC_FUNC_VPRINTF
18 +AC_LANG_PUSH(C)
19  AC_CHECK_FUNCS(memmem snprintf vsnprintf gettext isinf)
20 -
21 +AC_LANG_POP
22  
23  ## Optional tools for building documentation, website, extra fonts.
24  
25 --- lilypond-1.6.11/stepmake/configure.in.orig  2002-08-09 14:39:27.000000000 +0200
26 +++ lilypond-1.6.11/stepmake/configure.in       2003-08-24 16:41:07.044167392 +0200
27 @@ -3,8 +3,10 @@
28  
29  # Bootstrap the init proces.  List a file identifies your package.
30  AC_INIT(make/stepmake.lsm.in)
31 +CONFIGFILE=config
32  AC_CONFIG_HEADER($CONFIGFILE.h:config.hh.in)
33  
34 +AC_CANONICAL_HOST
35  # Bootstrap StepMake configure
36  STEPMAKE_INIT
37  
38 --- lilypond-1.6.11/stepmake/aclocal.m4.orig    2003-08-24 16:59:28.000000000 +0200
39 +++ lilypond-1.6.11/stepmake/aclocal.m4 2003-08-24 17:04:34.078265696 +0200
40 @@ -389,8 +389,10 @@
41      
42      AC_SUBST(localedir)
43      AC_DEFINE_UNQUOTED(LOCALEDIR, "${LOCALEDIR}")
44 +    AC_LANG_PUSH(C)
45      AC_CHECK_LIB(intl, gettext)
46      AC_CHECK_FUNCS(gettext)
47 +    AC_LANG_POP
48  ])
49  
50  
51 --- lilypond-1.6.11/lily/GNUmakefile.orig       2003-03-11 20:10:36.000000000 +0100
52 +++ lilypond-1.6.11/lily/GNUmakefile    2003-08-24 19:11:09.919522304 +0200
53 @@ -34,6 +34,4 @@
54  
55  # ugh.  For --srcdir builds, these must exist to satisfy their broken
56  # lexer.dep and parser.dep file entries.
57 -ifneq ($(srcdir), .)
58  .PRECIOUS: $(outdir)/lexer.cc $(outdir)/parser.cc
59 -endif
This page took 0.070104 seconds and 3 git commands to generate.