From 79303b6fb91be89b810c16dee8c99e51daf6fdb1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 19 Dec 2006 06:03:52 +0000 Subject: remove extra declaration that causes linker problems when all the optimizations are turned on svn path=/trunk/; revision=6963 --- .../patches/remove_redundant_sys_externlist-0.39.2.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/patches/remove_redundant_sys_externlist-0.39.2.patch (limited to 'packages') diff --git a/packages/patches/remove_redundant_sys_externlist-0.39.2.patch b/packages/patches/remove_redundant_sys_externlist-0.39.2.patch new file mode 100644 index 00000000..31192757 --- /dev/null +++ b/packages/patches/remove_redundant_sys_externlist-0.39.2.patch @@ -0,0 +1,15 @@ +Index: s_main.c +=================================================================== +RCS file: /cvsroot/pure-data/pd/src/s_main.c,v +retrieving revision 1.20.2.1 +diff -u -w -r1.20.2.1 s_main.c +--- s_main.c 19 Dec 2006 05:55:44 -0000 1.20.2.1 ++++ s_main.c 19 Dec 2006 06:01:58 -0000 +@@ -47,7 +47,6 @@ + char *sys_guicmd; + t_symbol *sys_libdir; + static t_symbol *sys_guidir; +-t_namelist *sys_externlist; + static t_namelist *sys_openlist; + static t_namelist *sys_messagelist; + static int sys_version; -- cgit v1.2.1