Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/aiomixer Also include terminfo for platforms with st...
details: https://anonhg.NetBSD.org/src/rev/6f79b9d29540
branches: trunk
changeset: 379077:6f79b9d29540
user: cjep <cjep%NetBSD.org@localhost>
date: Sat May 08 14:11:37 2021 +0000
description:
Also include terminfo for platforms with static libraries (e.g. sun2). From uwe/nia.
diffstat:
usr.bin/aiomixer/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (17 lines):
diff -r 73e45294e6ca -r 6f79b9d29540 usr.bin/aiomixer/Makefile
--- a/usr.bin/aiomixer/Makefile Sat May 08 13:28:45 2021 +0000
+++ b/usr.bin/aiomixer/Makefile Sat May 08 14:11:37 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2021/05/07 16:29:24 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/08 14:11:37 cjep Exp $
PROG= aiomixer
SRCS+= main.c draw.c parse.c
-LDADD+= -lcurses
-DPADD+= $(LIBCURSES)
+LDADD+= -lcurses -lterminfo
+DPADD+= ${LIBCURSES} ${LIBTERMINFO}
WARNS= 6
Home |
Main Index |
Thread Index |
Old Index