git: 81d28e312645 - main - devel/kiwix-lib: drop unused Meson options after dd6e94a4f51a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 16:56:14 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=81d28e312645186953adcbc7a4c08fcf27363c1b commit 81d28e312645186953adcbc7a4c08fcf27363c1b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-10-13 15:42:43 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-10-13 16:52:54 +0000 devel/kiwix-lib: drop unused Meson options after dd6e94a4f51a meson.build:1:0: ERROR: Unknown options: "ctpp2-install-prefix" https://github.com/kiwix/libkiwix/commit/92c9a47a0d63 PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c --- devel/kiwix-lib/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/kiwix-lib/Makefile b/devel/kiwix-lib/Makefile index cbe9ef979a6a..8afa2a757329 100644 --- a/devel/kiwix-lib/Makefile +++ b/devel/kiwix-lib/Makefile @@ -28,7 +28,6 @@ GH_ACCOUNT= kiwix GH_TUPLE= kiwix:${PORTNAME}:${PORTVERSION}:DEFAULT \ kainjow:Mustache:a7eebc9:mustache -MESON_ARGS= -Dctpp2-install-prefix=${LOCALBASE} CPPFLAGS+= -I${WRKSRC_mustache} CXXFLAGS+= -I${WRKSRC_mustache} LDFLAGS+= -lz