wok diff gnome-keyring/receipt @ rev 20382

xorg-xf86-video-fbdev: hack for xorg-server 1.12.4 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 22:08:20 2018 +0200 (2018-06-15)
parents 380ffe05937a
children d37d15244372
line diff
     1.1 --- a/gnome-keyring/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/gnome-keyring/receipt	Fri Jun 15 22:08:20 2018 +0200
     1.3 @@ -16,7 +16,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i	-e 's|<glib.h>|&\n#include <libtasn1.h>|' \
     1.9 +		-e  's|const struct static_struct_asn|const ASN1_ARRAY_TYPE|' \
    1.10 +		egg/egg-asn1x.h
    1.11  	./configure \
    1.12  		--libexecdir=/usr/lib/$PACKAGE \
    1.13  		--sysconfdir=/etc/gnome \