grep: fix pcre support (#10481)

This commit is contained in:
augiedoggie
2024-05-27 23:55:21 -06:00
committed by GitHub
parent 3a1d19741e
commit a55ffa8eea

View File

@@ -5,7 +5,7 @@ matching lines."
HOMEPAGE="https://www.gnu.org/software/grep/"
COPYRIGHT="1992-2023 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="http://ftp.gnu.org/gnu/grep/grep-$portVersion.tar.xz"
CHECKSUM_SHA256="1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab"
PATCHES="grep-$portVersion.patchset"
@@ -30,7 +30,7 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libpcre$secondaryArchSuffix
lib:libpcre2_8$secondaryArchSuffix
"
if [ "$targetArchitecture" = x86_gcc2 ]; then
@@ -43,7 +43,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libpcre$secondaryArchSuffix
devel:libpcre2_8$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:aclocal