diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 15:51:16 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 15:51:16 +0000 |
commit | b0533230a5dc0d2805b7e7bc9d84de5193b5f32d (patch) | |
tree | 06488cf5d0a666243bc87a55c904edf7520f8ef2 /net/freeswitch-core/Makefile | |
parent | 6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff) | |
download | ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.tar.gz ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.zip |
Notes
Diffstat (limited to 'net/freeswitch-core/Makefile')
-rw-r--r-- | net/freeswitch-core/Makefile | 12 |
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/ |