From 39a6562ed146990c64588cbf746a9383ea7214dc Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 26 Jan 2016 17:58:48 +0700 Subject: libraries/vte3: Remove NUMJOBS and unknown parameters. Signed-off-by: Willy Sudiarto Raharjo --- libraries/vte3/vte3.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libraries/vte3') 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 +# Copyright 2012-2016 Willy Sudiarto Raharjo # 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 \ -- cgit v1.2.3