summaryrefslogtreecommitdiff
path: root/packages/guile/files/gcc4.patch
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-08-15 23:26:52 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-08-15 23:26:52 +0000
commitd7227f99b10c4dae4bb5a9ac778d6e8ed95cb9c5 (patch)
tree2cb6cedd52d0c05da488a64633f9523b99f5a790 /packages/guile/files/gcc4.patch
parentc0c8fce62731669a30d7e54256a2717bc4a071ca (diff)
parenta0f8f7ba45003db8d68b7844e535d3ae6020d7ce (diff)
merge of 'a54a6607517e20ec074b70c4070cfa9d989624e1'
and 'df64369ee8c68fc382142171ee6ae2a6494e7e74'
Diffstat (limited to 'packages/guile/files/gcc4.patch')
-rw-r--r--packages/guile/files/gcc4.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/guile/files/gcc4.patch b/packages/guile/files/gcc4.patch
deleted file mode 100644
index 2168683ad5..0000000000
--- a/packages/guile/files/gcc4.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#
-# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
-#
-
---- guile-1.6.4/libguile/guile.c~gcc4
-+++ guile-1.6.4/libguile/guile.c
-@@ -88,7 +88,7 @@
- {
- #ifdef DYNAMIC_LINKING
- /* libtool automagically inserts this variable into your executable... */
-- extern const scm_lt_dlsymlist lt_preloaded_symbols[];
-+ extern const scm_lt_dlsymlist *lt_preloaded_symbols;
- scm_lt_dlpreload_default (lt_preloaded_symbols);
- #endif
- scm_boot_guile (argc, argv, inner_main, 0);