pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/lame lame: include termcap.buildlink.mk for tgetstr
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a9202af0779
branches: trunk
changeset: 426845:6a9202af0779
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Apr 07 09:21:20 2020 +0000
description:
lame: include termcap.buildlink.mk for tgetstr
On NetBSD, link against libtermcap for tgetstr()
diffstat:
audio/lame/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r aa753fe4c16d -r 6a9202af0779 audio/lame/Makefile
--- a/audio/lame/Makefile Tue Apr 07 09:17:51 2020 +0000
+++ b/audio/lame/Makefile Tue Apr 07 09:21:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/01/26 05:26:10 rillig Exp $
+# $NetBSD: Makefile,v 1.86 2020/04/07 09:21:20 wiz Exp $
DISTNAME= lame-3.100
CATEGORIES= audio
@@ -17,6 +17,7 @@
USE_FEATURES+= strnlen
LDFLAGS.SunOS+= -lm
+LDFLAGS.NetBSD+= -ltermcap
.include "options.mk"
@@ -36,4 +37,5 @@
.endif
.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index