diff options
author | bjs <bjs@pkgsrc.org> | 2007-11-30 09:11:11 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-11-30 09:11:11 +0000 |
commit | 288a552d07e134c72a687cf6dda72283ca821d67 (patch) | |
tree | 530c7672e3df125c771beb2a1123982dd3534958 /www/links/Makefile.common | |
parent | c4ff3e236e38af7d502239905353ead226e171d0 (diff) | |
download | pkgsrc-288a552d07e134c72a687cf6dda72283ca821d67.tar.gz |
Disable code which creates a race condition exclusively for the benefit of
GPM (which we do not support) and its lovely signal handler.
See my comment in main.c for more information. This fixes the extremely
annoying behavior I've been noticing on NetBSD-current where links seems to
send a SIGSTP to any jobs attempting to use its terminal after it received
a SIGSTP.
Bump rev.
Diffstat (limited to 'www/links/Makefile.common')
-rw-r--r-- | www/links/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/links/Makefile.common b/www/links/Makefile.common index 150862d668f..c82261ba849 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.39 2007/11/08 19:39:33 wiz Exp $ +# $NetBSD: Makefile.common,v 1.40 2007/11/30 09:11:11 bjs Exp $ DISTNAME= links-2.1pre31 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 |