diff options
author | Nate Bargmann <n0nb@arrl.net> | 2018-03-18 12:44:58 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:30 +0700 |
commit | b52c56d04b3d102e2b2262367f5a054bbb5badb7 (patch) | |
tree | c00a67722d88b09229c843827087411ff8062a69 /network/lxi-tools/lxi-tools.SlackBuild | |
parent | f7c6df8c8e78e6f95189b0082f019ed17223f15e (diff) |
network/lxi-tools: Updated for version 1.19
Signed-off-by: Nate Bargmann <n0nb@arrl.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/lxi-tools/lxi-tools.SlackBuild')
-rw-r--r-- | network/lxi-tools/lxi-tools.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/network/lxi-tools/lxi-tools.SlackBuild b/network/lxi-tools/lxi-tools.SlackBuild index 84b8e451705f1..5d6ac937d35ed 100644 --- a/network/lxi-tools/lxi-tools.SlackBuild +++ b/network/lxi-tools/lxi-tools.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lxi-tools -VERSION=${VERSION:-1.18} +VERSION=${VERSION:-1.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,11 +75,14 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +patch -p1 --verbose < $CWD/configure.ac.diff + if [ x"${GUI}" = "xyes" ]; then patch -p1 --verbose < $CWD/src_gui_lxi-gui_Makefile.am.diff - autoreconf --force -v --install fi +autoreconf --force -v --install + LIBS="-lncurses" \ CFLAGS="$SLKCFLAGS" \ ./configure \ |