summaryrefslogtreecommitdiff
path: root/lang/guile/patches/patch-aa
blob: 7f613b91cb0ee08f9638796a78c166cbe94359bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.9 2006/02/10 19:09:13 minskim Exp $

--- libguile/guile.c.orig	2002-12-07 14:41:32.000000000 -0800
+++ libguile/guile.c
@@ -88,7 +88,7 @@ main (int argc, char **argv)
 {
 #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);