Date: Wed, 3 Nov 2021 09:02:10 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0e99e1d911a1 - main - games/taisei: drop unused Meson options after b5aa1e879ce9 Message-ID: <202111030902.1A392AZh022107@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e99e1d911a18a58d5b660ea0a2c2dfc0cca91de commit 0e99e1d911a18a58d5b660ea0a2c2dfc0cca91de Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-03 08:54:25 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-03 09:00:13 +0000 games/taisei: drop unused Meson options after b5aa1e879ce9 meson.build:1:0: ERROR: Unknown options: "OPENSSLINC" PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c --- games/taisei/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/taisei/Makefile b/games/taisei/Makefile index a58b24f83885..32b0b06528ac 100644 --- a/games/taisei/Makefile +++ b/games/taisei/Makefile @@ -27,7 +27,7 @@ USES= compiler:c11 desktop-file-utils meson pkgconfig \ SHEBANG_FILES= scripts/*.py MESON_ARGS= -Dversion_fallback=${PORTVERSION} -Db_lto=false MESON_ARGS+= --wrap-mode=nofallback -MESON_ARGS+= -DOPENSSLLIB="${OPENSSLLIB}" -DOPENSSLINC="${OPENSSLINC}" +MESON_ARGS+= -DOPENSSLLIB="${OPENSSLLIB}" USE_SDL= sdl2 ttf2 mixer2 PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111030902.1A392AZh022107>