Browse Source

guile: Updated (1.8.5 -> 1.8.7)

karasz/new-early
Alejandro Mery 15 years ago
parent
commit
7690bb6b45
  1. 6
      develop/guile/guile.desc
  2. 31
      develop/guile/libtool-fix.patch

6
develop/guile/guile.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../guile/guile.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -29,7 +29,7 @@
[L] GPL
[S] Stable
[V] 1.8.5
[V] 1.8.7
[P] X -----5---9 107.598
[D] 378783397 guile-1.8.5.tar.gz ftp://ftp.gnu.org/pub/gnu/guile/
[D] 3138952982 guile-1.8.7.tar.gz ftp://ftp.gnu.org/pub/gnu/guile/

31
develop/guile/libtool-fix.patch

@ -1,31 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../guile/libtool-fix.patch
# Copyright (C) 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff -Nur guile-1.8.4-orig/libguile/guile.c guile-1.8.4/libguile/guile.c
--- guile-1.8.4-orig/libguile/guile.c 2008-04-12 13:41:17.000000000 +0000
+++ guile-1.8.4/libguile/guile.c 2008-04-12 13:43:21.000000000 +0000
@@ -66,11 +66,6 @@
int
main (int argc, char **argv)
{
-#if !defined (__MINGW32__)
- /* libtool automagically inserts this variable into your executable... */
- extern const lt_dlsymlist lt_preloaded_symbols[];
- lt_dlpreload_default (lt_preloaded_symbols);
-#endif
scm_boot_guile (argc, argv, inner_main, 0);
return 0; /* never reached */
}
Loading…
Cancel
Save