diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2004-03-26 18:19:25 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2004-03-26 18:19:25 +0000 |
| commit | a26e97bac7a30eb35afccac7cf567176d7022734 (patch) | |
| tree | e210f7117f49645a2dc95f8484c2eab8ce6f2290 /editors/bed/files/patch-configure | |
| parent | Update to 0.5.15: miscellaneous changes to widgets, dialogs, windows, (diff) | |
. Fix the build on 5.x.
Submitted by: bento via kris
Notes
Notes:
svn path=/head/; revision=105363
Diffstat (limited to 'editors/bed/files/patch-configure')
| -rw-r--r-- | editors/bed/files/patch-configure | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/bed/files/patch-configure b/editors/bed/files/patch-configure new file mode 100644 index 000000000000..85619edca72f --- /dev/null +++ b/editors/bed/files/patch-configure @@ -0,0 +1,18 @@ +--- configure.orig Fri Mar 26 10:58:33 2004 ++++ configure Fri Mar 26 10:59:01 2004 +@@ -5588,6 +5588,7 @@ + sigset_t set; + pid_t pid=getpid(); + printf("Checking for longjump from interrupt more than once... "); ++#ifdef __i386__ + signal(SIGINT,sighand); + if(sigsetjmp(jmp,2)==4) { + ret++; +@@ -5597,6 +5598,7 @@ + } + } + kill(pid,SIGINT); ++#endif + puts("no"); + exit( 4); + } |
