# HG changeset patch # User Christophe Lincoln # Date 1306017582 -7200 # Node ID b60c56ce695d07f71672b87f41914a4a79a4c469 # Parent 0e02391c1e8843e95cf828ccfe9b62c9486e1f82 fontconfig: use --with-arch=ARCH to cross compile diff -r 0e02391c1e88 -r b60c56ce695d fontconfig/receipt --- a/fontconfig/receipt Sat May 21 18:35:07 2011 +0000 +++ b/fontconfig/receipt Sun May 22 00:39:42 2011 +0200 @@ -20,6 +20,7 @@ --prefix=/usr \ --mandir=/usr/share/man \ --localstatedir=/var \ + --with-arch=$ARCH \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install }