Apply the suggested fix from Urban Boquist (urban@boquist.net) in PR 15128
to avoid problems if guile is built in the background.
This commit is contained in:
parent
b18a72ebbe
commit
e273e36d67
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2001/04/19 15:00:51 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2002/07/23 21:29:28 agc Exp $
|
||||
|
||||
SHA1 (guile-1.4.tar.gz) = b143efaff0820f7c701eea0b25aa87af2693c4ac
|
||||
Size (guile-1.4.tar.gz) = 1132852 bytes
|
||||
SHA1 (patch-ad) = 6cd829a21ff8d8d269fd005ce6e49e936cad7887
|
||||
SHA1 (patch-ae) = 6be83481941ae79ea9c9e9c7d9f8dbe433342f46
|
||||
|
|
13
lang/guile/patches/patch-ae
Normal file
13
lang/guile/patches/patch-ae
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ae,v 1.1 2002/07/23 21:29:29 agc Exp $
|
||||
|
||||
--- guile-readline/configure 2002/07/23 21:24:40 1.1
|
||||
+++ guile-readline/configure 2002/07/23 21:25:00
|
||||
@@ -1723,7 +1723,7 @@
|
||||
readline ("");
|
||||
}
|
||||
EOF
|
||||
-if { (eval echo configure:1727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||
+if { (eval echo configure:1727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest < /dev/null; exit) 2>/dev/null
|
||||
then
|
||||
guile_cv_sigwinch_sa_restart_cleared=yes
|
||||
else
|
Loading…
Reference in a new issue