diff options
author | jlam <jlam@pkgsrc.org> | 1999-08-29 21:41:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-08-29 21:41:13 +0000 |
commit | 3b4d6e98bac516a4e9e3f2ae0bebf9fd725f41c1 (patch) | |
tree | d30936e9d10b6f956612f318ebd6f06222311cf5 /lang/guile/patches | |
parent | 35cf442fe8c6f3335d4be47879dcd268f344ad7c (diff) | |
download | pkgsrc-3b4d6e98bac516a4e9e3f2ae0bebf9fd725f41c1.tar.gz |
Update guile to 1.3.2.
Diffstat (limited to 'lang/guile/patches')
-rw-r--r-- | lang/guile/patches/patch-aa | 21 | ||||
-rw-r--r-- | lang/guile/patches/patch-ab | 15 |
2 files changed, 10 insertions, 26 deletions
diff --git a/lang/guile/patches/patch-aa b/lang/guile/patches/patch-aa index b49f186c543..55b8b4b83b2 100644 --- a/lang/guile/patches/patch-aa +++ b/lang/guile/patches/patch-aa @@ -1,21 +1,20 @@ -$NetBSD: patch-aa,v 1.3 1998/11/15 20:17:57 perry Exp $ +$NetBSD: patch-aa,v 1.4 1999/08/29 21:41:14 jlam Exp $ ---- configure.orig Tue Oct 20 00:34:18 1998 -+++ configure Sun Nov 15 14:35:36 1998 -@@ -1319,6 +1319,7 @@ - echo "$ac_t""no" 1>&6 - fi +--- configure.orig Sun Aug 1 06:35:52 1999 ++++ configure Sun Aug 29 13:26:34 1999 +@@ -1606,13 +1606,14 @@ + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" +if false; then # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -1364,7 +1365,7 @@ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. + exec 5>>./config.log - +fi echo $ac_n "checking for AIX""... $ac_c" 1>&6 - echo "configure:1371: checking for AIX" >&5 + echo "configure:1619: checking for AIX" >&5 diff --git a/lang/guile/patches/patch-ab b/lang/guile/patches/patch-ab deleted file mode 100644 index 0233f0cc9ec..00000000000 --- a/lang/guile/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.5 1999/07/20 18:40:42 perry Exp $ - ---- libguile/ports.h 1998/10/30 08:22:50 1.33 -+++ libguile/ports.h 1998/11/05 16:02:55 1.34 -@@ -93,7 +93,7 @@ - #define SCM_CRDY (32L<<16) /* Should char-ready? return #t? */ - - /* A mask used to clear the char-ready port flag. */ --#define SCM_CUC 0x001fffffL -+#define SCM_CUC (~SCM_CRDY) - - #define SCM_PORTP(x) (SCM_TYP7(x)==scm_tc7_port) - #define SCM_OPPORTP(x) (((0x7f | SCM_OPN) & SCM_CAR(x))==(scm_tc7_port | SCM_OPN)) - - |