wok-6.x rev 10293
fontconfig: use --with-arch=ARCH to cross compile
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 22 00:39:42 2011 +0200 (2011-05-22) |
parents | 0e02391c1e88 |
children | 89193566dcbe |
files | fontconfig/receipt |
line diff
1.1 --- a/fontconfig/receipt Sat May 21 18:35:07 2011 +0000 1.2 +++ b/fontconfig/receipt Sun May 22 00:39:42 2011 +0200 1.3 @@ -20,6 +20,7 @@ 1.4 --prefix=/usr \ 1.5 --mandir=/usr/share/man \ 1.6 --localstatedir=/var \ 1.7 + --with-arch=$ARCH \ 1.8 $CONFIGURE_ARGS && 1.9 make && make DESTDIR=$PWD/_pkg install 1.10 }