From b41d4958f0756033559328fd43472a056b95ceaa Mon Sep 17 00:00:00 2001 From: kevans Date: Fri, 4 Dec 2020 15:21:12 +0000 Subject: [PATCH] gnu: don't build libgnuregex for WITH_GNU_GREP_COMPAT bsdgrep switched over to libregex back in r363823 to fill WITH_GNU_GREP_COMPAT, since libgnuregex in base is quite buggy and libregex is somewhat functional. Don't build libgnuregex on our account, please. --- gnu/lib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 25255514261..e4f793e13aa 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -6,8 +6,7 @@ SUBDIR= SUBDIR.${MK_DIALOG}+= libdialog SUBDIR.${MK_TESTS}+= tests -.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \ - ${MK_GDB} != "no" +.if ${MK_GNU_GREP} != "no" || ${MK_GDB} != "no" SUBDIR+= libregex .endif -- 2.45.0