From f5aaf1a0a7c42ce1fe8b68cb198e3f15aca566fe Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 1 Dec 2020 19:12:25 +0100 Subject: nix: Updated for version 2.3.9 --- nix/nix.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'nix/nix.SlackBuild') diff --git a/nix/nix.SlackBuild b/nix/nix.SlackBuild index 1ba284d..871e5c5 100644 --- a/nix/nix.SlackBuild +++ b/nix/nix.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for nix # Copyright 2015 Pragmatic Cypher +# Copyright 2020 Eugen Wissner, Dachau, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nix -VERSION=${VERSION:-2.0.2} +VERSION=${VERSION:-2.3.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,9 +70,6 @@ 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 -i $CWD/fix-Makefile.patch -patch -p1 -i $CWD/0001-repl.cc-Check-for-HAVE_BOEHMGC.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3