wok diff libpri/receipt @ rev 16348

Up: slitaz-base-files (5.5)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 01:42:13 2014 +0200 (2014-04-13)
parents 6e24618e3b76
children 3705d68ed8f3
line diff
     1.1 --- a/libpri/receipt	Wed Aug 14 21:14:37 2013 +0000
     1.2 +++ b/libpri/receipt	Sun Apr 13 01:42:13 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="C implementation of the Primary Rate ISDN specification (with BRI support)."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.asterisk.org/"
    1.10  WGET_URL="http://downloads.asterisk.org/pub/telephony/libpri/$TARBALL"
    1.11 @@ -14,6 +15,7 @@
    1.12  {
    1.13  	cd $src
    1.14  	export CFLAGS="-Wno-error=unused-but-set-variable"
    1.15 +	sed -i 's|tei = (h->u.data|// &|;s/int tei;/int tei = tei;/' q921.c
    1.16  	make
    1.17  }
    1.18