Date: Mon, 13 Mar 2023 16:45:26 GMT From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bd4e47952526 - main - www/unit: fix build of www/unit-perl on 12.4 Message-ID: <202303131645.32DGjQrC023149@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd4e47952526025caf166ea729c03d44b0ac469e commit bd4e47952526025caf166ea729c03d44b0ac469e Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2023-03-13 16:44:44 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2023-03-13 16:45:21 +0000 www/unit: fix build of www/unit-perl on 12.4 Do no bump PORTREVISION. --- www/unit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/unit/Makefile b/www/unit/Makefile index 23826e99313c..df85abe9fd58 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -116,7 +116,7 @@ CONFIGURE_ARGS+=--control=unix:${UNIT_SOCK} .if defined(UNIT_MODNAME) && ${UNIT_MODNAME:Mperl*} # Fix build failure on clang >= 12 -.if ${OSVERSION} >= 1301000 +.if ${OSVERSION} >= 1204000 CFLAGS+= -Wno-compound-token-split-by-macro .endif .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303131645.32DGjQrC023149>