text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tagattie X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: db3829cdb55660c99b60c8ac5ac38856e3d4d5aa Auto-Submitted: auto-generated Date: Tue, 13 Jan 2026 12:42:32 +0000 Message-Id: <69663db8.3aa60.6cee7799@gitrepo.freebsd.org> The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=db3829cdb55660c99b60c8ac5ac38856e3d4d5aa commit db3829cdb55660c99b60c8ac5ac38856e3d4d5aa Author: Hiroki Tagato AuthorDate: 2026-01-13 12:40:35 +0000 Commit: Hiroki Tagato CommitDate: 2026-01-13 12:40:35 +0000 x11/quickshell: Add missing .include Reported by: Dan Langille (via private email) --- x11/quickshell/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11/quickshell/Makefile b/x11/quickshell/Makefile index 5134f79baeb1..7fea58304e79 100644 --- a/x11/quickshell/Makefile +++ b/x11/quickshell/Makefile @@ -56,6 +56,8 @@ X11_CMAKE_BOOL= X11 GIT_COMMIT_HASH=a1a150fab00a93ea983aaca5df55304bc837f51b +.include + .if ${OPSYS} == FreeBSD && ${ARCH} == i386 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_wayland_buffer_dmabuf.cpp .endif