diff options
author | jdc <jdc> | 2003-06-09 19:01:12 +0000 |
---|---|---|
committer | jdc <jdc> | 2003-06-09 19:01:12 +0000 |
commit | fab5b48eff0a7982c69a3655d5c537b974a426eb (patch) | |
tree | 78509a7200caacb0a035178ebf43776268126c6f /audio/xmcd/patches/patch-ab | |
parent | 8679e2ccff284613090f505bc184d3fac0124679 (diff) | |
download | pkgsrc-fab5b48eff0a7982c69a3655d5c537b974a426eb.tar.gz |
Make xmcd use native curses in 1.6T and forward by replacing calls to
putp(cursor_*) with curs_set().
Fixes lib/20030 by Thomas Klausner.
Diffstat (limited to 'audio/xmcd/patches/patch-ab')
-rw-r--r-- | audio/xmcd/patches/patch-ab | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/xmcd/patches/patch-ab b/audio/xmcd/patches/patch-ab index 2b7578752ee..c354e24258a 100644 --- a/audio/xmcd/patches/patch-ab +++ b/audio/xmcd/patches/patch-ab @@ -1,8 +1,6 @@ -$NetBSD: patch-ab,v 1.9 2002/10/08 11:50:04 jlam Exp $ - ---- cda_d/Imakefile.orig Mon Jul 16 12:52:16 2001 -+++ cda_d/Imakefile Mon Jul 23 14:43:24 2001 -@@ -50,7 +50,7 @@ +--- cda_d/Imakefile.orig Wed Aug 8 01:15:13 2001 ++++ cda_d/Imakefile Mon Jun 2 18:20:49 2003 +@@ -53,7 +53,7 @@ DEFINES= -DBSDCOMPAT -DUSE_TERMIOS #else #if defined(NetBSDArchitecture) @@ -11,13 +9,13 @@ $NetBSD: patch-ab,v 1.9 2002/10/08 11:50:04 jlam Exp $ #else #if defined(__bsdi__) .if exists(/usr/include/ncurses.h) -@@ -120,11 +120,12 @@ +@@ -127,11 +127,12 @@ .endif #else #if defined(NetBSDArchitecture) -LOCAL_LIBRARIES= +LOCAL_LIBRARIES= ${MOTIFLIB} XawClientLibs -+LOCAL_LIBRARIES+=-lncurses ++LOCAL_LIBRARIES+=-lcurses #else #if defined(__bsdi__) .if exists(/usr/include/ncurses.h) |