From 3046bbc4698be7bb896c3148ab708323ff29837b Mon Sep 17 00:00:00 2001 From: yasuoka Date: Mon, 7 Nov 2022 07:04:08 +0000 Subject: [PATCH] Completely remove --enable-newline-is-xxx flag. There is no reason to keep it and no reason to deviate from the upstream. point out naddy, ok namn jca --- devel/pcre2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile index e0ef603ac78..7a26968ee1c 100644 --- a/devel/pcre2/Makefile +++ b/devel/pcre2/Makefile @@ -9,7 +9,7 @@ SHARED_LIBS += pcre2-posix 1.0 # 2.3 CATEGORIES = devel -REVISION = 0 +REVISION = 1 MASTER_SITES = https://ftp.pcre.org/pub/pcre/ \ ${MASTER_SITE_SOURCEFORGE:=pcre/} \ @@ -29,7 +29,6 @@ LIB_DEPENDS = archivers/bzip2 CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --enable-pcre2-16 \ --enable-pcre2-32 \ - --enable-newline-is-anycrlf \ --enable-pcre2grep-libz \ --enable-pcre2grep-libbz2 \ --enable-pcre2test-libreadline