]> git.pld-linux.org Git - packages/audacity.git/blobdiff - audacity-system-expat.patch
- updated to 1.1.3
[packages/audacity.git] / audacity-system-expat.patch
index ce7181bb10c1bf61842075461e0590ccaa8da80a..9dedb1176d63dff5279bd64c33c1b9cc81fdbeab 100644 (file)
@@ -1,6 +1,17 @@
---- audacity-src-1.1.1-3/configure.in.orig     Mon Nov 11 07:58:21 2002
-+++ audacity-src-1.1.1-3/configure.in  Sat Jan 25 01:28:00 2003
-@@ -59,9 +59,7 @@
+--- audacity-src-1.1.3/src/xml/XMLFileReader.h.wiget   Thu Mar 20 05:38:08 2003
++++ audacity-src-1.1.3/src/xml/XMLFileReader.h Fri Mar 28 01:37:22 2003
+@@ -8,7 +8,7 @@
+ **********************************************************************/
+-#include "xmlparse/xmlparse.h"
++#include <expat.h>
+ #include "XMLTagHandler.h"
+--- audacity-src-1.1.3/configure.in.wiget      Thu Mar 20 05:38:07 2003
++++ audacity-src-1.1.3/configure.in    Fri Mar 28 01:37:56 2003
+@@ -87,9 +87,7 @@
  dnl Required sublibraries
  dnl
  
  
  dnl TODO enable/disable allegro
  BUILDLIBS="$BUILDLIBS allegro/allegro.a"
-@@ -372,7 +370,7 @@
+@@ -486,7 +484,7 @@
  
  AC_CONFIG_HEADER(src/configunix.h:src/configtemplate.h)
  AC_CONFIG_FILES([Makefile src/Makefile lib-src/Makefile \
--                                        lib-src/allegro/Makefile lib-src/expat/Makefile])
-+                                        lib-src/allegro/Makefile])
+-                                        lib-src/allegro/Makefile lib-src/expat/Makefile
++                                        lib-src/allegro/Makefile 
+                                           locale/Makefile tests/Makefile])
  
  AC_CONFIG_SUBDIRS([$SUBDIRS])
- AC_OUTPUT
---- audacity-src-1.1.1-3/src/xml/XMLFileReader.h.orig  Mon Nov 11 07:58:21 2002
-+++ audacity-src-1.1.1-3/src/xml/XMLFileReader.h       Sat Jan 25 01:29:30 2003
-@@ -8,7 +8,7 @@
- **********************************************************************/
+--- audacity-src-1.1.3/src/commands/CommandsReader.h.wigett    Fri Mar 28 16:34:56 2003
++++ audacity-src-1.1.3/src/commands/CommandsReader.h   Fri Mar 28 16:35:10 2003
+@@ -13,7 +13,7 @@
+ #ifndef __AUDACITY_COMMANDS_READER__
+ #define __AUDACITY_COMMANDS_READER__
  
 -#include "xmlparse/xmlparse.h"
 +#include <expat.h>
+ #include "CommandsMenu.h"
  
- #include "XMLTagHandler.h"
+ struct CommandsTranslationItem
This page took 0.113898 seconds and 4 git commands to generate.