wok diff libpri/receipt @ rev 19332
Add kilo
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Jul 15 19:10:20 2016 +0100 (2016-07-15) |
parents | 6e24618e3b76 |
children | 3705d68ed8f3 |
line diff
1.1 --- a/libpri/receipt Wed Aug 14 21:14:37 2013 +0000 1.2 +++ b/libpri/receipt Fri Jul 15 19:10:20 2016 +0100 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