liblo: unbreak; enable ipv6.
This commit is contained in:
parent
8c6cf6f29b
commit
3bc9b1703f
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@ pkgname=liblo
|
||||||
version=0.28
|
version=0.28
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-ipv6"
|
||||||
short_desc="Lightweight OSC implementation"
|
short_desc="Lightweight OSC implementation"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
@ -10,6 +11,10 @@ homepage="http://plugin.org.uk/liblo/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909
|
checksum=da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i '/-Werror/d' configure
|
||||||
|
}
|
||||||
|
|
||||||
liblo-devel_package() {
|
liblo-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue