From c0d6bb3bb6c9171000b95cfdcd636a12b4c64935 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 13 Dec 2007 23:14:42 +0000 Subject: - Update to 0.3.2 PR: ports/117885 Submitted by: Anish Mistry --- net/iaxmodem/files/configure | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 net/iaxmodem/files/configure (limited to 'net/iaxmodem/files/configure') diff --git a/net/iaxmodem/files/configure b/net/iaxmodem/files/configure deleted file mode 100644 index abc5f4f85174..000000000000 --- a/net/iaxmodem/files/configure +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -cd lib/libiax2 && \ -./configure CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" --disable-shared && \ -cd ../../lib/spandsp && \ -./configure CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" --disable-shared && \ -cd ../.. - -if [ $? != 0 ]; then - exit 1 -fi - -STEP1=`grep @VERSION@ lib/spandsp/config.status | sed 's/;.*//g'` -DSPVER=`echo "@VERSION@" | sed ${STEP1}` -if [ -n "${DSPVER}" ]; then - DSPVER="spandsp-${DSPVER}-snapshot-20060707+" -fi -STEP1=`grep @VERSION@ lib/libiax2/config.status | sed 's/;.*//g'` -IAXVER=`echo "@VERSION@" | sed ${STEP1}` -if [ -n "${IAXVER}" ]; then - IAXVER="libiax2-${IAXVER}-CVS-20060222+" -fi - -cat Makefile.in | sed -e "s/@DSPVER@/${DSPVER}/g" | \ - sed -e "s/@IAXVER@/${IAXVER}/g" > Makefile - -echo ${IAXVER} -echo ${DSPVER} - -exit $? - -- cgit v1.2.3