From 6d039b86fc54c5c1cd22bd0ceaa141dcd95eeb0b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 21 Nov 2014 09:18:44 +0100 Subject: [PATCH] vice: update to 2.4.9. --- srcpkgs/vice/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/vice/template b/srcpkgs/vice/template index db58fa244f8..1c5faf7c1a2 100644 --- a/srcpkgs/vice/template +++ b/srcpkgs/vice/template @@ -1,7 +1,7 @@ # Template file for 'vice' pkgname=vice -version=2.4 -revision=2 +version=2.4.9 +revision=1 build_style=gnu-configure configure_args="--enable-sdlui" hostmakedepends="pkg-config bdftopcf mkfontdir" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://vice-emu.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/vice-emu/$pkgname-$version.tar.gz" -checksum=ff8b8d5f0f497d1f8e75b95bbc4204993a789284a08a8a59ba727ad81dcace10 +checksum=bb3a6a4cc459fcd54dcb25291b8b8600b721b6e10edc52c7609bee37d27fd345 # Package build options build_options="pulseaudio" @@ -24,9 +24,6 @@ else configure_args+=" --without-pulse" fi pre_configure() { - # make it build with giflib-5.1.0 - # see http://wiki.linuxfromscratch.org/blfs/ticket/5076#comment:2 - sed -i "/EGifCloseFile/s:sdata->fd:&, NULL:g" src/gfxoutputdrv/gifdrv.c # Do not install data to /usr/lib64 sed -i 's:VICEDIR=.*:VICEDIR="$PREFIX/share/vice":g' configure }