steghide: patch only for gcc11

This commit is contained in:
Jerome Duval
2023-03-24 13:56:46 +01:00
parent 431e7a0421
commit c496aadf53
3 changed files with 40 additions and 37 deletions

View File

@@ -6,10 +6,13 @@ first-order statistical tests."
HOMEPAGE="http://steghide.sourceforge.net/"
COPYRIGHT="2001-2003 Stefan Hetzl"
LICENSE="GNU GPL v2"
REVISION="4"
REVISION="5"
SOURCE_URI="https://downloads.sourceforge.net/steghide/steghide-$portVersion.tar.bz2"
CHECKSUM_SHA256="a2c7f879a3e22860879889106cc49e486000653f81448264affa0fd616a47da1"
PATCHES="steghide-$portVersion.patchset"
if [ "$targetArchitecture" != x86_gcc2 ]; then
PATCHES+="steghide-gcc11-$portVersion.patchset"
fi
ARCHITECTURES="all"