pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/asterisk19
Module Name: pkgsrc
Committed By: nia
Date: Thu Nov 18 12:22:30 UTC 2021
Modified Files:
pkgsrc/comms/asterisk19: Makefile
Log Message:
asterisk19: Forward-port NetBSD timerfd fix from asterisk18
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/asterisk19/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/asterisk19/Makefile
diff -u pkgsrc/comms/asterisk19/Makefile:1.1 pkgsrc/comms/asterisk19/Makefile:1.2
--- pkgsrc/comms/asterisk19/Makefile:1.1 Sun Nov 14 02:30:21 2021
+++ pkgsrc/comms/asterisk19/Makefile Thu Nov 18 12:22:30 2021
@@ -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 @@ PLIST.mgcp= yes
.endif
PLIST_VARS+= timerfd
-.if ${OPSYS} == "Linux"
+.if defined(OPSYS_HAS_TIMERFD)
PLIST.timerfd= yes
.endif
Home |
Main Index |
Thread Index |
Old Index