Update of /cvsroot/pure-data/packages/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30127
Modified Files: mingw_fixes-0.39-2.patch Log Message: set ASIOSRC to blank, so only platforms that use ASIO will fill it in
Index: mingw_fixes-0.39-2.patch =================================================================== RCS file: /cvsroot/pure-data/packages/patches/mingw_fixes-0.39-2.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mingw_fixes-0.39-2.patch 20 Dec 2005 00:13:16 -0000 1.1 --- mingw_fixes-0.39-2.patch 22 Feb 2006 05:42:22 -0000 1.2 *************** *** 1,5 **** - ? configure - ? makefile.mingw - ? pdtcl.def Index: configure.in =================================================================== --- 1,2 ---- *************** *** 8,12 **** diff -u -w -r1.15 configure.in --- configure.in 16 Aug 2005 04:06:28 -0000 1.15 ! +++ configure.in 19 Dec 2005 06:49:31 -0000 @@ -19,6 +19,7 @@ AC_SUBST(GUIFLAGS) --- 5,9 ---- diff -u -w -r1.15 configure.in --- configure.in 16 Aug 2005 04:06:28 -0000 1.15 ! +++ configure.in 22 Feb 2006 05:41:08 -0000 @@ -19,6 +19,7 @@ AC_SUBST(GUIFLAGS) *************** *** 89,96 **** LDFLAGS="-Wl -framework CoreAudio \ -framework AudioUnit -framework AudioToolbox \ ! @@ -324,6 +336,37 @@ fi fi
+ +if test `uname -s` == MINGW32_NT-5.0; --- 86,95 ---- LDFLAGS="-Wl -framework CoreAudio \ -framework AudioUnit -framework AudioToolbox \ ! @@ -324,6 +336,39 @@ fi fi
+ +# only Windows uses ASIO, for the rest, set to blank + +ASIOSRC= + +if test `uname -s` == MINGW32_NT-5.0; *************** *** 133,137 **** diff -u -w -r1.3 d_mayer_fft.c --- d_mayer_fft.c 18 May 2005 04:28:50 -0000 1.3 ! +++ d_mayer_fft.c 19 Dec 2005 06:49:31 -0000 @@ -48,7 +48,8 @@ * of work. -msp --- 132,136 ---- diff -u -w -r1.3 d_mayer_fft.c --- d_mayer_fft.c 18 May 2005 04:28:50 -0000 1.3 ! +++ d_mayer_fft.c 22 Feb 2006 05:41:08 -0000 @@ -48,7 +48,8 @@ * of work. -msp *************** *** 150,154 **** diff -u -w -r1.8 m_pd.h --- m_pd.h 19 Aug 2005 23:28:03 -0000 1.8 ! +++ m_pd.h 19 Dec 2005 06:49:31 -0000 @@ -17,15 +17,16 @@ #define MSW --- 149,153 ---- diff -u -w -r1.8 m_pd.h --- m_pd.h 19 Aug 2005 23:28:03 -0000 1.8 ! +++ m_pd.h 22 Feb 2006 05:41:08 -0000 @@ -17,15 +17,16 @@ #define MSW *************** *** 186,190 **** diff -u -w -r1.8 makefile.in --- makefile.in 24 Jul 2005 19:41:14 -0000 1.8 ! +++ makefile.in 19 Dec 2005 06:49:31 -0000 @@ -30,6 +30,10 @@
--- 185,189 ---- diff -u -w -r1.8 makefile.in --- makefile.in 24 Jul 2005 19:41:14 -0000 1.8 ! +++ makefile.in 22 Feb 2006 05:41:08 -0000 @@ -30,6 +30,10 @@
*************** *** 261,265 **** diff -u -w -r1.3 s_entry.c --- s_entry.c 11 Nov 2004 04:58:21 -0000 1.3 ! +++ s_entry.c 19 Dec 2005 06:49:31 -0000 @@ -3,7 +3,11 @@
--- 260,264 ---- diff -u -w -r1.3 s_entry.c --- s_entry.c 11 Nov 2004 04:58:21 -0000 1.3 ! +++ s_entry.c 22 Feb 2006 05:41:08 -0000 @@ -3,7 +3,11 @@
*************** *** 295,299 **** diff -u -w -r1.14 s_inter.c --- s_inter.c 15 Oct 2005 23:14:28 -0000 1.14 ! +++ s_inter.c 19 Dec 2005 06:49:31 -0000 @@ -9,7 +9,7 @@ #include "s_stuff.h" --- 294,298 ---- diff -u -w -r1.14 s_inter.c --- s_inter.c 15 Oct 2005 23:14:28 -0000 1.14 ! +++ s_inter.c 22 Feb 2006 05:41:08 -0000 @@ -9,7 +9,7 @@ #include "s_stuff.h" *************** *** 533,537 **** diff -u -w -r1.2 s_watchdog.c --- s_watchdog.c 6 Sep 2004 20:20:36 -0000 1.2 ! +++ s_watchdog.c 19 Dec 2005 06:49:31 -0000 @@ -8,8 +8,13 @@
--- 532,536 ---- diff -u -w -r1.2 s_watchdog.c --- s_watchdog.c 6 Sep 2004 20:20:36 -0000 1.2 ! +++ s_watchdog.c 22 Feb 2006 05:41:08 -0000 @@ -8,8 +8,13 @@
*************** *** 564,568 **** diff -u -w -r1.6 t_tkcmd.c --- t_tkcmd.c 15 Oct 2005 23:14:28 -0000 1.6 ! +++ t_tkcmd.c 19 Dec 2005 06:49:31 -0000 @@ -30,7 +30,7 @@ #include <winsock.h> --- 563,567 ---- diff -u -w -r1.6 t_tkcmd.c --- t_tkcmd.c 15 Oct 2005 23:14:28 -0000 1.6 ! +++ t_tkcmd.c 22 Feb 2006 05:41:08 -0000 @@ -30,7 +30,7 @@ #include <winsock.h>