summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2015-11-02 12:02:23 +0000
committertnn <tnn>2015-11-02 12:02:23 +0000
commitc97f85e4f775f7c0e0b28e8ac3ed6675db9e1d6b (patch)
treee685e97b922e8bf3eca2d12beefb274ea600d466
parentdd2a25e3db92f41b60bab190c209ae2170792718 (diff)
downloadpkgsrc-c97f85e4f775f7c0e0b28e8ac3ed6675db9e1d6b.tar.gz
extraneous parenthesis crept in in Darwin conditional
-rw-r--r--comms/asterisk/Makefile4
-rw-r--r--comms/asterisk18/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile
index b4f190a0151..409c070f9b6 100644
--- a/comms/asterisk/Makefile
+++ b/comms/asterisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.131 2015/11/02 00:34:04 tnn Exp $
+# $NetBSD: Makefile,v 1.132 2015/11/02 12:02:23 tnn Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked
@@ -225,7 +225,7 @@ PTHREAD_OPTS+= require native
post-patch:
.if ${OPSYS} == "Darwin"
. for dir in ${COMPILER_INCLUDE_DIRS}
-. if exists(${dir}/sys/poll.h))
+. if exists(${dir}/sys/poll.h)
${ECHO} "#include <sys/poll.h>" > ${WRKSRC}/include/asterisk/poll-compat.h
. endif
. endfor
diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile
index b9174fce350..c0b524cd2f9 100644
--- a/comms/asterisk18/Makefile
+++ b/comms/asterisk18/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2015/11/02 00:34:04 tnn Exp $
+# $NetBSD: Makefile,v 1.103 2015/11/02 12:02:23 tnn Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked
@@ -204,7 +204,7 @@ PTHREAD_OPTS+= require native
post-patch:
.if ${OPSYS} == "Darwin"
. for dir in ${COMPILER_INCLUDE_DIRS}
-. if exists(${dir}/sys/poll.h))
+. if exists(${dir}/sys/poll.h)
${ECHO} "#include <sys/poll.h>" > ${WRKSRC}/include/asterisk/poll-compat.h
. endif
. endfor