]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-system-expat.patch
- updated to 1.1.1, removed obsolete dynamic_id3lib patch
[packages/audacity.git] / audacity-system-expat.patch
1 --- audacity-src-1.1.1-3/configure.in.orig      Mon Nov 11 07:58:21 2002
2 +++ audacity-src-1.1.1-3/configure.in   Sat Jan 25 01:28:00 2003
3 @@ -59,9 +59,7 @@
4  dnl Required sublibraries
5  dnl
6  
7 -BUILDLIBS="$BUILDLIBS expat/expat.a"
8 -EXTRAOBJS="$EXTRAOBJS ../lib-src/expat/expat.a"
9 -CXXFLAGS="$CXXFLAGS -I../lib-src/expat"
10 +LIBS="$LIBS -lexpat"
11  
12  dnl TODO enable/disable allegro
13  BUILDLIBS="$BUILDLIBS allegro/allegro.a"
14 @@ -372,7 +370,7 @@
15  
16  AC_CONFIG_HEADER(src/configunix.h:src/configtemplate.h)
17  AC_CONFIG_FILES([Makefile src/Makefile lib-src/Makefile \
18 -                                         lib-src/allegro/Makefile lib-src/expat/Makefile])
19 +                                         lib-src/allegro/Makefile])
20  
21  AC_CONFIG_SUBDIRS([$SUBDIRS])
22  AC_OUTPUT
23 --- audacity-src-1.1.1-3/src/xml/XMLFileReader.h.orig   Mon Nov 11 07:58:21 2002
24 +++ audacity-src-1.1.1-3/src/xml/XMLFileReader.h        Sat Jan 25 01:29:30 2003
25 @@ -8,7 +8,7 @@
26  
27  **********************************************************************/
28  
29 -#include "xmlparse/xmlparse.h"
30 +#include <expat.h>
31  
32  #include "XMLTagHandler.h"
33  
This page took 0.086507 seconds and 3 git commands to generate.