pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/lame
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 7 09:21:20 UTC 2020
Modified Files:
pkgsrc/audio/lame: Makefile
Log Message:
lame: include termcap.buildlink.mk for tgetstr
On NetBSD, link against libtermcap for tgetstr()
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/audio/lame/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/lame/Makefile
diff -u pkgsrc/audio/lame/Makefile:1.85 pkgsrc/audio/lame/Makefile:1.86
--- pkgsrc/audio/lame/Makefile:1.85 Sun Jan 26 05:26:10 2020
+++ pkgsrc/audio/lame/Makefile Tue Apr 7 09:21:20 2020
@@ -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_LANGUAGES= c c++
USE_FEATURES+= strnlen
LDFLAGS.SunOS+= -lm
+LDFLAGS.NetBSD+= -ltermcap
.include "options.mk"
@@ -36,4 +37,5 @@ CONFIGURE_ARGS+= --enable-nasm
.endif
.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index