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.
This commit is contained in:
parent
81359d594f
commit
2756e13843
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user