diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-14 07:07:41 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-14 07:07:41 +0000 |
commit | 59e097b41d4b7dba173db8afb17f736c50e3559b (patch) | |
tree | f4e0185db29b282fc1052c9858330dd6edb14e91 /editors | |
parent | 726014f1d25619911ae83f0a6b84c0606c285682 (diff) | |
download | pkgsrc-59e097b41d4b7dba173db8afb17f736c50e3559b.tar.gz |
Use <termcap.h>, not <term.h>. Should fix build on netbsd-5.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/uemacs/distinfo | 4 | ||||
-rw-r--r-- | editors/uemacs/patches/patch-ag | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/uemacs/distinfo b/editors/uemacs/distinfo index 9f435fe46d2..5c6848157ec 100644 --- a/editors/uemacs/distinfo +++ b/editors/uemacs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2012/05/14 07:06:16 dholland Exp $ +$NetBSD: distinfo,v 1.10 2012/05/14 07:07:41 dholland Exp $ SHA1 (ue400dev.zip) = edbb0261cdaa1803d9f7dc7debfd4a9df3a668eb RMD160 (ue400dev.zip) = 75bc1b1e11035ed24d33ec4c6afad43880d5985f @@ -9,7 +9,7 @@ SHA1 (patch-ac) = beeba5d9686f6009248437f3eb0fd10e8b72057b SHA1 (patch-ad) = 493eb3bf0c24d91d55f532029a0aa5d2ad5abe44 SHA1 (patch-ae) = 1651a3dea366cb93beff5965baa11b0d80637c7f SHA1 (patch-af) = 6f65e648db55b4402d532f63532707ce883f7300 -SHA1 (patch-ag) = 903cf891588c8d4fba9fe32787a2ba720be77279 +SHA1 (patch-ag) = 8fe75cd0399411bc5ffa09c85fb0c95d4ad82e75 SHA1 (patch-h_ebind_h) = fd262c8559f86a923c4ca4d6ee237229c21e15c3 SHA1 (patch-h_eproto_h) = 20abd7755c63292cc87197a4de31d69491f973a8 SHA1 (patch-h_evar_h) = 3491307028a9249a159abb3d92394dbdb475c289 diff --git a/editors/uemacs/patches/patch-ag b/editors/uemacs/patches/patch-ag index 3fe14683d22..4dc28e03d2c 100644 --- a/editors/uemacs/patches/patch-ag +++ b/editors/uemacs/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.4 2012/05/14 07:06:16 dholland Exp $ +$NetBSD: patch-ag,v 1.5 2012/05/14 07:07:41 dholland Exp $ - needs term.h for termcap - get terminal size from termcap only if LINES and COLUMNS aren't set @@ -17,7 +17,7 @@ $NetBSD: patch-ag,v 1.4 2012/05/14 07:06:16 dholland Exp $ #include <curses.h> /* Curses screen output */ #undef WINDOW /* Oh no! */ #endif /* CURSES */ -+#include <term.h> ++#include <termcap.h> /** Completion include files **/ /** Directory accessing: Try and figure this out... if you can! **/ |