]> git.pld-linux.org Git - packages/audacity.git/blame - audacity-system-expat.patch
- cosmetics
[packages/audacity.git] / audacity-system-expat.patch
CommitLineData
1e8eb2fc
AF
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 @@
2fc00596
JB
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"
1e8eb2fc 25@@ -486,7 +484,7 @@
2fc00596
JB
26
27 AC_CONFIG_HEADER(src/configunix.h:src/configtemplate.h)
28 AC_CONFIG_FILES([Makefile src/Makefile lib-src/Makefile \
1e8eb2fc
AF
29- lib-src/allegro/Makefile lib-src/expat/Makefile
30+ lib-src/allegro/Makefile
31 locale/Makefile tests/Makefile])
2fc00596
JB
32
33 AC_CONFIG_SUBDIRS([$SUBDIRS])
1e8eb2fc
AF
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__
2fc00596
JB
39
40-#include "xmlparse/xmlparse.h"
41+#include <expat.h>
1e8eb2fc 42 #include "CommandsMenu.h"
2fc00596 43
1e8eb2fc 44 struct CommandsTranslationItem
This page took 0.032968 seconds and 4 git commands to generate.