wok diff ddd/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 2b9f96603415
children 71360a13cd94
line diff
     1.1 --- a/ddd/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/ddd/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -19,7 +19,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  	
    1.10  	# Need to include an additional header in a file to build with gcc 4.4.0
    1.11  	DDD_FILE_TO_PATCH="ddd/strclass.C"
    1.12 @@ -51,4 +51,3 @@
    1.13  
    1.14  	cp -a $install/usr/bin $fs/usr
    1.15  }
    1.16 -