wok rev 4326

Fix: build notecase without gtksourceview
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 30 00:30:34 2009 +0200 (2009-09-30)
parents a48c016d40fb
children 031de49a098c
files notecase/receipt
line diff
     1.1 --- a/notecase/receipt	Tue Sep 29 23:50:02 2009 +0200
     1.2 +++ b/notecase/receipt	Wed Sep 30 00:30:34 2009 +0200
     1.3 @@ -13,12 +13,13 @@
     1.4  
     1.5  # Rules to configure and make the package.
     1.6  compile_rules()
     1.7 -{	
     1.8 +{
     1.9  	busybox patch -p0 -i stuff/notecase-1.9.8_gcc4.u || exit 1
    1.10  	cd $src
    1.11  	# Disable gnome-vfs support
    1.12  	sed -i /'AUTODETECT_GNOME_VFS=1'/d Makefile
    1.13  	sed -i /'HAVE_GNOME_VFS=1'/d Makefile
    1.14 +	sed -i /'AUTODETECT_GTKSOURCEVIEW=1'/d Makefile
    1.15  	sed -i s/'install -D'/'install'/ Makefile
    1.16  	# Compile
    1.17  	make