wok diff libgnome/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 4904e3d374a9
children 6e8b1bcb30e2
line diff
     1.1 --- a/libgnome/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/libgnome/receipt	Thu Jan 11 13:05:26 2018 +0100
     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 +	sed -i 's/-DG_DISABLE_DEPRECATED//' libgnome/Makefile*
     1.9  	./configure \
    1.10  		--sysconfdir=/etc/gnome \
    1.11  		--localstatedir=/var/lib \
    1.12 @@ -46,4 +46,3 @@
    1.13  	# Clean unwated files
    1.14  	cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \;
    1.15  }
    1.16 -