summaryrefslogtreecommitdiffstats
path: root/system/steghide
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-17 08:31:54 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-17 08:31:54 +0700
commit4e5e64fbce2c464ac2d22f474b6d2e2a8cd52973 (patch)
tree75e8cfc9e666d875a5379ba12dd5498b2a7d341d /system/steghide
parentd1f3d9ad717e3c123aa6eb7f58dc71447883beef (diff)
downloadslackbuilds-4e5e64fbce2c464ac2d22f474b6d2e2a8cd52973.tar.gz
slackbuilds-4e5e64fbce2c464ac2d22f474b6d2e2a8cd52973.tar.xz
system/steghide: Enable patches for 15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/steghide')
-rw-r--r--system/steghide/steghide.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/steghide/steghide.SlackBuild b/system/steghide/steghide.SlackBuild
index c55c3dfdbd..7565f5b0ab 100644
--- a/system/steghide/steghide.SlackBuild
+++ b/system/steghide/steghide.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for steghide
-# Copyright 2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2019-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=steghide
VERSION=${VERSION:-0.5.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -83,8 +83,8 @@ find -L . \
patch -p1 < $CWD/gcc-4.2.patch
patch -p1 < $CWD/steghide-climits.patch
-# This patch is for -current
-#patch -p1 < $CWD/steghide-gcc6.patch
+# This patch is for 15.0
+patch -p1 < $CWD/steghide-gcc6.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \