From 7713aa12b2cf98e263201b70868006682c96efb5 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Thu, 14 Aug 2008 16:57:55 +0000 Subject: guile: drop nonworking version 1.6.4 and its patches and close 3503. --- packages/guile/files/gcc4.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 packages/guile/files/gcc4.patch (limited to 'packages/guile/files/gcc4.patch') 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 -# - ---- 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); -- cgit v1.2.3