Date: Tue, 7 Feb 2023 22:40:22 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: 049056a461b4 - main - x11-wm/kwinft: adjust -Wl,--as-needed comment after 6ab112d4ace4 Message-ID: <202302072240.317MeMh2045907@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=049056a461b44e808a18c997862583fc93903659 commit 049056a461b44e808a18c997862583fc93903659 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-02-07 21:56:47 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-02-07 22:37:18 +0000 x11-wm/kwinft: adjust -Wl,--as-needed comment after 6ab112d4ace4 --- x11-wm/kwinft/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/kwinft/Makefile b/x11-wm/kwinft/Makefile index 646ee3d42a40..4e96e63636f9 100644 --- a/x11-wm/kwinft/Makefile +++ b/x11-wm/kwinft/Makefile @@ -43,7 +43,7 @@ USE_XORG= pixman x11 xcb xi SHEBANG_FILES= kconf_update/*.py kconf_update/*.pl GL_COMMIT= 022f157ce4bd14fbe069ab6fe41647b70d20f004 PLIST_SUB= VERSION=${PORTVERSION} -LDFLAGS+= -Wl,--as-needed # GL, ICE/SM/Xext, epoll-shim, glib, intl, Qt5*, KF5* +LDFLAGS+= -Wl,--as-needed # GL, ICE/SM/Xext, glib, intl, Qt5*, KF5* OPTIONS_DEFINE= BREEZE DOCS QA11Y OPTIONS_DEFAULT=BREEZE QA11Y
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302072240.317MeMh2045907>