diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-26 17:58:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-26 17:59:31 +0700 |
commit | 39a6562ed146990c64588cbf746a9383ea7214dc (patch) | |
tree | 3313707ecd0c4dd1c0393b93aae3c5f78567f540 /libraries/vte3 | |
parent | 25c3d47f7683301ba6b76e42de1c98d1ebcc0cb6 (diff) | |
download | slackbuilds-39a6562ed146990c64588cbf746a9383ea7214dc.tar.gz |
libraries/vte3: Remove NUMJOBS and unknown parameters.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/vte3')
-rw-r--r-- | libraries/vte3/vte3.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/vte3/vte3.SlackBuild b/libraries/vte3/vte3.SlackBuild index 5a674034fa..c00e271419 100644 --- a/libraries/vte3/vte3.SlackBuild +++ b/libraries/vte3/vte3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vte3 -# Copyright 2012-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2012-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -81,12 +81,9 @@ CFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ --enable-introspection \ - --enable-gnome-pty-helper \ - --with-gtk=3.0 \ - --with-default-emulation=xterm \ --build=$ARCH-slackware-linux -make $NUMJOBS || make +make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |