wok diff lame/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents f9588901ecdc
children 0c85455b2f3b
line diff
     1.1 --- a/lame/receipt	Wed Mar 05 03:31:25 2014 +0100
     1.2 +++ b/lame/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--infodir=/usr/share/info \