wok-next diff encfs/receipt @ rev 4137
Fix: libexo, add herlpers patch
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:31:05 2009 +0000 (2009-09-20) |
parents | c40143c90a50 |
children | 31c985a0bd3d |
line diff
1.1 --- a/encfs/receipt Fri Jul 03 17:43:52 2009 +0200 1.2 +++ b/encfs/receipt Sun Sep 20 13:31:05 2009 +0000 1.3 @@ -17,6 +17,7 @@ 1.4 { 1.5 mv $PACKAGE-${VERSION%-*} $src 2> /dev/null 1.6 cd $src 1.7 + patch -p0 < ../stuff/gcc44.patch || exit 1 1.8 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.9 make && 1.10 make DESTDIR=$src/_pkg install