pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/asterisk19 asterisk19: Forward-port NetBSD timer...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/110c109a5683
branches:  trunk
changeset: 769660:110c109a5683
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Nov 18 12:22:30 2021 +0000

description:
asterisk19: Forward-port NetBSD timerfd fix from asterisk18

diffstat:

 comms/asterisk19/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 12e53d3c4c19 -r 110c109a5683 comms/asterisk19/Makefile
--- a/comms/asterisk19/Makefile Thu Nov 18 10:20:47 2021 +0000
+++ b/comms/asterisk19/Makefile Thu Nov 18 12:22:30 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/11/14 02:30:21 jnemeth Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/18 12:22:30 nia Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -140,7 +140,7 @@
 .endif
 
 PLIST_VARS+=   timerfd
-.if ${OPSYS} == "Linux"
+.if defined(OPSYS_HAS_TIMERFD)
 PLIST.timerfd= yes
 .endif
 



Home | Main Index | Thread Index | Old Index