system/steghide: Enable patches for 15.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-01-17 08:31:54 +07:00
parent d1f3d9ad71
commit 4e5e64fbce
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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" \