wok diff libfm/receipt @ rev 17605

notify-python: fix notify_notification_new args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 12 13:15:01 2015 +0100 (2015-02-12)
parents 01e2544c615c
children 7c93da2b8357
line diff
     1.1 --- a/libfm/receipt	Thu Oct 16 14:56:42 2014 +0000
     1.2 +++ b/libfm/receipt	Thu Feb 12 13:15:01 2015 +0100
     1.3 @@ -25,6 +25,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	patch -p0 -i $stuff/empty-file.patch
     1.8 +
     1.9  	./configure \
    1.10  		--sysconfdir=/etc \
    1.11  		$CONFIGURE_ARGS &&