xaw3d: added -j1 make option

This commit is contained in:
Juergen Daubert 2007-08-21 13:51:50 +02:00
parent 8369efa3c6
commit 81aae72aa7

View File

@ -15,6 +15,6 @@ build () {
mkdir X11
ln -s .. X11/Xaw3d
xmkmf
make
make -j1
make DESTDIR=$PKG install
}