diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-12-01 19:12:25 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-12-01 19:12:25 +0100 |
| commit | f5aaf1a0a7c42ce1fe8b68cb198e3f15aca566fe (patch) | |
| tree | 2a1e03d53c710e00847c93021255ff98b7476430 /nix/nix.SlackBuild | |
| parent | c764566f46d002a711327b3d0fd17cc41eb2d62b (diff) | |
| download | slackbuilder-f5aaf1a0a7c42ce1fe8b68cb198e3f15aca566fe.tar.gz | |
nix: Updated for version 2.3.9
Diffstat (limited to 'nix/nix.SlackBuild')
| -rw-r--r-- | nix/nix.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
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 <slackbuilds@server.ky> +# 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 \ |
