pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/guile16 Fix build with libtool 2.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d2f7fdc64bc
branches: trunk
changeset: 568593:8d2f7fdc64bc
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Dec 15 16:34:53 2009 +0000
description:
Fix build with libtool 2.2.
diffstat:
lang/guile16/distinfo | 4 ++--
lang/guile16/patches/patch-aa | 13 +++++++++++--
2 files changed, 13 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 1835568c201e -r 8d2f7fdc64bc lang/guile16/distinfo
--- a/lang/guile16/distinfo Tue Dec 15 16:19:26 2009 +0000
+++ b/lang/guile16/distinfo Tue Dec 15 16:34:53 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/06/04 23:38:40 dmcmahill Exp $
+$NetBSD: distinfo,v 1.2 2009/12/15 16:34:53 joerg Exp $
SHA1 (guile-1.6.8.tar.gz) = 5c244f730d7aaee32db4b0cc77b688f74a5caa71
RMD160 (guile-1.6.8.tar.gz) = 9c2c6a6afe2adce458e30e97da782ae18ce75b5c
Size (guile-1.6.8.tar.gz) = 3114052 bytes
-SHA1 (patch-aa) = 7c85a08bcba460cf75aa02cfe8008fe7d92ed0f5
+SHA1 (patch-aa) = beb2472e9225c41652ff0d9858e84ae4e7b5afba
SHA1 (patch-ad) = 047e8826f086f3d92e605abb44807e4e9c38d69f
SHA1 (patch-ae) = 4aaadd1df36540117bef4128f607b6a1bbcaaf28
SHA1 (patch-af) = 96b50d3cff86a7ba7a76551723192ad99a07b971
diff -r 1835568c201e -r 8d2f7fdc64bc lang/guile16/patches/patch-aa
--- a/lang/guile16/patches/patch-aa Tue Dec 15 16:19:26 2009 +0000
+++ b/lang/guile16/patches/patch-aa Tue Dec 15 16:34:53 2009 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/06/04 23:38:40 dmcmahill Exp $
+$NetBSD: patch-aa,v 1.2 2009/12/15 16:34:53 joerg 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)
+@@ -60,6 +60,8 @@
+ #include <winsock2.h>
+ #endif
+
++#include <ltdl.h>
++
+ /* Debugger interface (don't change the order of the following lines) */
+ #define GDB_TYPE SCM
+ #include <libguile/gdb_interface.h>
+@@ -88,7 +90,7 @@ main (int argc, char **argv)
{
#ifdef DYNAMIC_LINKING
/* libtool automagically inserts this variable into your executable... */
Home |
Main Index |
Thread Index |
Old Index