From 3bc9b1703ff8a99bcb667448944bf77f31cf11f3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 24 Nov 2014 10:45:58 +0100 Subject: [PATCH] liblo: unbreak; enable ipv6. --- srcpkgs/liblo/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/liblo/template b/srcpkgs/liblo/template index 65f7864d46d..aab0a5c7a30 100644 --- a/srcpkgs/liblo/template +++ b/srcpkgs/liblo/template @@ -3,6 +3,7 @@ pkgname=liblo version=0.28 revision=1 build_style=gnu-configure +configure_args="--enable-ipv6" short_desc="Lightweight OSC implementation" maintainer="Juan RP " license="LGPL-2.1" @@ -10,6 +11,10 @@ homepage="http://plugin.org.uk/liblo/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909 +pre_configure() { + sed -i '/-Werror/d' configure +} + liblo-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"