wok diff emacs/receipt @ rev 22641

updated deadbeef, deadbeef-dev and deadbeef-plugins again (1.8.0 -> 1.8.2)
author Hans-G?nter Theisgen
date Tue Jan 14 07:24:51 2020 +0100 (2020-01-14)
parents 3525dfa8c479
children a3bd8120a0f2
line diff
     1.1 --- a/emacs/receipt	Wed Sep 25 10:59:33 2019 +0200
     1.2 +++ b/emacs/receipt	Tue Jan 14 07:24:51 2020 +0100
     1.3 @@ -23,6 +23,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|EGifPutExtensionLast|EGifPutExtensionTrailer|' configure*
     1.8 +	sed -i 's|\(gif = fn_DGifOpen.*\));|\1,NULL);|' src/image.c
     1.9 +	sed -i 's|fn_DGifCloseFile (gif|&,NULL|' src/image.c
    1.10 +
    1.11  	# Gzip workaround in busybox
    1.12  	sed -i 's/${GZIP_PROG} -9n/${GZIP_PROG}/g' Makefile.in
    1.13  	sed -i 's/${GZIP_PROG} -9n/${GZIP_PROG}/g' leim/Makefile.in