aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-19 06:03:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-19 06:03:52 +0000
commit79303b6fb91be89b810c16dee8c99e51daf6fdb1 (patch)
tree4f9cd7172e8421277f8f8560f49efc362d5b0b0e /packages
parent6bcb9aa9966f10273ce083cee52af1896bddfd26 (diff)
remove extra declaration that causes linker problems when all the optimizations are turned on
svn path=/trunk/; revision=6963
Diffstat (limited to 'packages')
-rw-r--r--packages/patches/remove_redundant_sys_externlist-0.39.2.patch15
1 files changed, 15 insertions, 0 deletions
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;