wok-current rev 15355
notecase: add CFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 30 20:23:31 2013 +0000 (2013-09-30) |
parents | dd525cd1b227 |
children | d66a4154db2a |
files | notecase/receipt |
line diff
1.1 --- a/notecase/receipt Mon Sep 30 19:44:45 2013 +0000 1.2 +++ b/notecase/receipt Mon Sep 30 20:23:31 2013 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Hierarchical note manager (aka. outliner)." 1.5 MAINTAINER="cooltaz@fastmail.fm" 1.6 DEPENDS="gtk+ xorg-libXdamage gcc-lib-base" 1.7 -BUILD_DEPENDS="gtk+-dev pixman-dev gtksourceview-dev gnome-vfs-dev" 1.8 +BUILD_DEPENDS="gtk+-dev pixman-dev gtksourceview-dev gnome-vfs-dev GConf-dev" 1.9 TARBALL="$PACKAGE-${VERSION}_src.tar.gz" 1.10 WEB_SITE="http://notecase.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 @@ -27,7 +27,7 @@ 1.13 sed -i s/'install -D'/'install'/ Makefile 1.14 sed -i 's/^DEBSIZE:=.*/DEBSIZE:=0/' Makefile* 1.15 # Compile 1.16 - make 2>&1 | grep -v gtksourceview.h 1.17 + make CFLAGS="$(pkg-config gnome-vfs-2.0 --cflags)" 1.18 # Locale trick (Makefile use install -D) 1.19 cd po 1.20 for i in `ls *.po | cut -f1 -d.`