diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-15 16:34:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-15 16:34:53 +0000 |
commit | 832bc06d1030f6a228b6f8757dde41d5026bd600 (patch) | |
tree | 19705b04a74eabefc8747f6c37d01769cb5bb413 | |
parent | b5ab02f3ddb4ab084b8726626fb5f5538c298f52 (diff) | |
download | pkgsrc-832bc06d1030f6a228b6f8757dde41d5026bd600.tar.gz |
Fix build with libtool 2.2.
-rw-r--r-- | lang/guile16/distinfo | 4 | ||||
-rw-r--r-- | lang/guile16/patches/patch-aa | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/lang/guile16/distinfo b/lang/guile16/distinfo index 65832f4d19e..3e22c6d34fb 100644 --- a/lang/guile16/distinfo +++ b/lang/guile16/distinfo @@ -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 --git a/lang/guile16/patches/patch-aa b/lang/guile16/patches/patch-aa index fe5ec868520..f8425637035 100644 --- a/lang/guile16/patches/patch-aa +++ b/lang/guile16/patches/patch-aa @@ -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... */ |