wok diff e2fsprogs/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents 80975bced006
children 6c48090ad397
line diff
     1.1 --- a/e2fsprogs/receipt	Sun Aug 11 09:31:26 2013 +0000
     1.2 +++ b/e2fsprogs/receipt	Wed Mar 12 00:54:36 2014 +0100
     1.3 @@ -14,6 +14,11 @@
     1.4  DEPENDS="libcomerr util-linux-blkid util-linux-uuid"
     1.5  BUILD_DEPENDS="texinfo"
     1.6  
     1.7 +# Handle cross compilation.
     1.8 +case "$ARCH" in
     1.9 +	arm) BUILD_DEPENDS="" ;;
    1.10 +esac
    1.11 +
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {