pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/festival



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep 13 10:54:47 UTC 2019

Modified Files:
        pkgsrc/audio/festival: Makefile

Log Message:
festival: restore the old termcap handling until I understand this better.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/audio/festival/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/festival/Makefile
diff -u pkgsrc/audio/festival/Makefile:1.79 pkgsrc/audio/festival/Makefile:1.80
--- pkgsrc/audio/festival/Makefile:1.79 Mon Sep  9 09:55:29 2019
+++ pkgsrc/audio/festival/Makefile      Fri Sep 13 10:54:47 2019
@@ -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 @@ do-install:
                ${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