From 4e5e64fbce2c464ac2d22f474b6d2e2a8cd52973 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 17 Jan 2022 08:31:54 +0700 Subject: system/steghide: Enable patches for 15.0. Signed-off-by: Willy Sudiarto Raharjo --- system/steghide/steghide.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/steghide') diff --git a/system/steghide/steghide.SlackBuild b/system/steghide/steghide.SlackBuild index c55c3dfdbde60..7565f5b0aba4f 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 +# Copyright 2019-2022 Willy Sudiarto Raharjo # 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" \ -- cgit v1.2.3