From d802a8e2e2fd4397d38dc68eee0ea838500751f2 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 20 Nov 2014 08:23:47 +0000 Subject: [PATCH] icecast: update to 2.4.1. --- srcpkgs/icecast/template | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/srcpkgs/icecast/template b/srcpkgs/icecast/template index 5eb25aaa340..4af0eefc125 100644 --- a/srcpkgs/icecast/template +++ b/srcpkgs/icecast/template @@ -1,6 +1,6 @@ # Template file for 'icecast' pkgname=icecast -version=2.4.0 +version=2.4.1 revision=1 build_style=gnu-configure hostmakedepends="pkg-config libtool libxslt-devel" @@ -12,15 +12,8 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.icecast.org/" distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=17b7e957e1b16a576efaabd69c15126e84ce98d3791ccee4546b72c0c6460f32 +checksum=43f89ec301db1652740d1069bbc2c2e5244611fb86743dd5de90ce97a9a7454b pre_configure() { libtoolize -f } - -if [ "$CROSS_BUILD" ]; then - post_configure() { - # the build system of icecast is broken. manually fix Makefiles to cross compile - sed -i "s#-L/usr/lib #-L$XBPS_CROSS_BASE/usr/lib -lxslt #" `find -name Makefile` - } -fi