wok diff libbonobo/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 4904e3d374a9
children 6e8b1bcb30e2
line diff
     1.1 --- a/libbonobo/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/libbonobo/receipt	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -16,7 +16,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//' activation-server/Makefile*
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--sysconfdir=/etc/gnome \
    1.12 @@ -39,4 +39,3 @@
    1.13  	# Clean unwated files
    1.14  	cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \;
    1.15  }
    1.16 -