aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch-core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/freeswitch-core/Makefile')
-rw-r--r--net/freeswitch-core/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile
index b36c7dcfd973..e9729576aabe 100644
--- a/net/freeswitch-core/Makefile
+++ b/net/freeswitch-core/Makefile
@@ -188,9 +188,6 @@ PLIST_SUB+= WITH_${i}=""
.if ! ${PORT_OPTIONS:MMODFREETDM}
PLIST_SUB+= WITH_MODFREETDM="@comment "
.else
-.if ${OSVERSION} < 703000 || (${OSVERSION} >= 800000 && ${OSVERSION} < 800108)
-IGNORE= sorry you can not use mod_freetdm on this version of freebsd ( dahdi support broken ) please update
-.endif
PLIST_SUB+= WITH_MODFREETDM=""
CONFIGURE_ARGS+= --with-libpri=${LOCALBASE}
BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \
@@ -261,15 +258,6 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/ladspa/amp.so:${PORTSDIR}/audio/ladspa \
${LOCALBASE}/lib/ladspa/autotalent.so:${PORTSDIR}/audio/autotalent
.endif
-# FreeBSD 7 doesn't have lrintl, but lrint will do the trick just fine
-# It's quite cryptic as to why the reinplace doesn't work; there's no mention
-# of lrintl anywhere in any source....
-.if ${OSVERSION} < 800012
-# ${REINPLACE_CMD} -e 's/lrintl/lrint/' \
-# ${WRKSRC}/libs/spandsp/src/spandsp/saturated.h
-BROKEN= Requires lrintl, which is not present on FreeBSD 7
-.endif
-
post-extract:
.for file in ${DISTFILES:M*\:[23]:C/\:[23]//}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${file} ${WRKSRC}/libs/