]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-system-expat.patch
- up to 1.2.0-pre2
[packages/audacity.git] / audacity-system-expat.patch
1 --- audacity-src-1.1.3/src/xml/XMLFileReader.h.wiget    Thu Mar 20 05:38:08 2003
2 +++ audacity-src-1.1.3/src/xml/XMLFileReader.h  Fri Mar 28 01:37:22 2003
3 @@ -8,7 +8,7 @@
4  
5  **********************************************************************/
6  
7 -#include "xmlparse/xmlparse.h"
8 +#include <expat.h>
9  
10  #include "XMLTagHandler.h"
11  
12 --- audacity-src-1.1.3/configure.in.wiget       Thu Mar 20 05:38:07 2003
13 +++ audacity-src-1.1.3/configure.in     Fri Mar 28 01:37:56 2003
14 @@ -87,9 +87,7 @@
15  dnl Required sublibraries
16  dnl
17  
18 -BUILDLIBS="$BUILDLIBS expat/expat.a"
19 -EXTRAOBJS="$EXTRAOBJS ../lib-src/expat/expat.a"
20 -CXXFLAGS="$CXXFLAGS -I../lib-src/expat"
21 +LIBS="$LIBS -lexpat"
22  
23  dnl TODO enable/disable allegro
24  BUILDLIBS="$BUILDLIBS allegro/allegro.a"
25 @@ -486,7 +484,7 @@
26  
27  AC_CONFIG_HEADER(src/configunix.h:src/configtemplate.h)
28  AC_CONFIG_FILES([Makefile src/Makefile lib-src/Makefile \
29 -                                         lib-src/allegro/Makefile lib-src/expat/Makefile
30 +                                         lib-src/allegro/Makefile 
31                                            locale/Makefile tests/Makefile])
32  
33  AC_CONFIG_SUBDIRS([$SUBDIRS])
34 --- audacity-src-1.1.3/src/commands/CommandsReader.h.wigett     Fri Mar 28 16:34:56 2003
35 +++ audacity-src-1.1.3/src/commands/CommandsReader.h    Fri Mar 28 16:35:10 2003
36 @@ -13,7 +13,7 @@
37  #ifndef __AUDACITY_COMMANDS_READER__
38  #define __AUDACITY_COMMANDS_READER__
39  
40 -#include "xmlparse/xmlparse.h"
41 +#include <expat.h>
42  #include "CommandsMenu.h"
43  
44  struct CommandsTranslationItem
This page took 0.030941 seconds and 3 git commands to generate.