wok-current diff e2fsprogs/receipt @ rev 16225
Up: gnucash (2.6.3)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue Apr 01 07:48:33 2014 +0000 (2014-04-01) |
parents | 80975bced006 |
children | 6c48090ad397 |
line diff
1.1 --- a/e2fsprogs/receipt Sun Aug 11 09:31:26 2013 +0000 1.2 +++ b/e2fsprogs/receipt Tue Apr 01 07:48:33 2014 +0000 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 {