# HG changeset patch # User Pascal Bellard # Date 1280416461 -7200 # Node ID 50dc3d3d35b3b40dcd549d33ce03fa26d15bd968 # Parent 93a6f8a9ac3f9031633480ba917f53efe652c59c openmotif: fix build diff -r 93a6f8a9ac3f -r 50dc3d3d35b3 openmotif/receipt --- a/openmotif/receipt Thu Jul 29 11:54:31 2010 +0200 +++ b/openmotif/receipt Thu Jul 29 17:14:21 2010 +0200 @@ -21,7 +21,7 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make -j 4 && + make -j 1 && make DESTDIR=$PWD/_pkg install }