diff options
author | Juergen Daubert <jue@jue.li> | 2007-08-21 13:51:50 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2007-08-21 13:51:50 +0200 |
commit | 81aae72aa76050d62941bccb41ea5c29a3974b32 (patch) | |
tree | 83501f6c3bbac3cae2e8568654a8d9e931744c84 /xaw3d/Pkgfile | |
parent | 8369efa3c694d0fcfb5a5e75ddbc21d05d2376bd (diff) | |
download | opt-81aae72aa76050d62941bccb41ea5c29a3974b32.tar.gz opt-81aae72aa76050d62941bccb41ea5c29a3974b32.tar.xz |
xaw3d: added -j1 make option
Diffstat (limited to 'xaw3d/Pkgfile')
-rw-r--r-- | xaw3d/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xaw3d/Pkgfile b/xaw3d/Pkgfile index ed359c530..0c28b519e 100644 --- a/xaw3d/Pkgfile +++ b/xaw3d/Pkgfile @@ -15,6 +15,6 @@ build () { mkdir X11 ln -s .. X11/Xaw3d xmkmf - make + make -j1 make DESTDIR=$PKG install } |