aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2006-02-07 06:03:50 +0800
committersobomax <sobomax@FreeBSD.org>2006-02-07 06:03:50 +0800
commit164721003e195209c037ba9cab141c932b45620f (patch)
tree71e2c60219ab373464ce161c7cc1e86a33d41fde /net/asterisk/Makefile
parentc70732e8163b07d42d957173796ac88bf2476703 (diff)
downloadfreebsd-ports-gnome-164721003e195209c037ba9cab141c932b45620f.tar.gz
freebsd-ports-gnome-164721003e195209c037ba9cab141c932b45620f.tar.zst
freebsd-ports-gnome-164721003e195209c037ba9cab141c932b45620f.zip
Fix PLIST on 4.x (one of the modules can not be built due to absend va_copy()
function). Submitted by: Dan Lukes <dan@obluda.cz>
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r--net/asterisk/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index 16490ad85220..3d506227b582 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -93,6 +93,12 @@ LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp
PLIST_SUB+= WITH_FAX=""
.endif
+.if ${OSVERSION} >= 500036
+PLIST_SUB+= NEWGCC=""
+.else
+PLIST_SUB+= NEWGCC="@comment "
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample