pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/festival festival: restore the old termcap handl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/47eb81a5c4db
branches: trunk
changeset: 401230:47eb81a5c4db
user: nia <nia%pkgsrc.org@localhost>
date: Fri Sep 13 10:54:47 2019 +0000
description:
festival: restore the old termcap handling until I understand this better.
diffstat:
audio/festival/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 8b45d04511e7 -r 47eb81a5c4db audio/festival/Makefile
--- a/audio/festival/Makefile Fri Sep 13 10:47:53 2019 +0000
+++ b/audio/festival/Makefile Fri Sep 13 10:54:47 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2019/09/09 09:55:29 nia Exp $
+# $NetBSD: Makefile,v 1.80 2019/09/13 10:54:47 nia Exp $
DISTNAME= festival-2.5.0-release
PKGNAME= ${DISTNAME:S/-release//}
@@ -116,9 +116,9 @@
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/festival_client.1
.include "../../mk/termcap.buildlink3.mk"
-.if ${TERMCAP_TYPE} != "curses"
-BUILDLINK_TRANSFORM+= rm:-lcurses
-BUILDLINK_TRANSFORM+= rm:-lncurses
+.if ${OPSYS} == "Linux"
+# See DebianGNULinux.mak
+.include "../../mk/curses.buildlink3.mk"
.endif
MAKE_ENV+= BUILDLINK_CPPFLAGS=${BUILDLINK_CPPFLAGS:Q}
MAKE_ENV+= BUILDLINK_LDFLAGS=${BUILDLINK_LDADD.termcap:Q}
Home |
Main Index |
Thread Index |
Old Index