diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-11 13:44:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-11 13:44:56 +0000 |
commit | d7496304f1caaf4115437ed6ab4367fc9089b7a7 (patch) | |
tree | c7663dd3ee9325c774a412afe1a635fd4313ce5e /www/links/files/patch-ab | |
parent | - Pass literal gmake as MAKEPROG, build breaks when passed full path to gmake (diff) |
- Update to 2.1pre33
PR: ports/121886
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer timeout (demon; 3 weeks)
Notes
Notes:
svn path=/head/; revision=211060
Diffstat (limited to 'www/links/files/patch-ab')
-rw-r--r-- | www/links/files/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/links/files/patch-ab b/www/links/files/patch-ab deleted file mode 100644 index cf7fa0d78353..000000000000 --- a/www/links/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- kbd.c.orig Sat Oct 12 19:47:58 2002 -+++ kbd.c Sat Mar 1 16:03:31 2003 -@@ -746,9 +746,9 @@ - case 'B': ev.x = KBD_DOWN; break; - case 'C': ev.x = KBD_RIGHT; break; - case 'D': ev.x = KBD_LEFT; break; -- case 'F': -+ case 'F': ev.x = KBD_END; break; - case 'e': ev.x = KBD_END; break; -- case 'H': -+ case 'H': ev.x = KBD_HOME; break; - case 0: ev.x = KBD_HOME; break; - case 'I': ev.x = KBD_PAGE_UP; break; - case 'G': ev.x = KBD_PAGE_DOWN; break; |