diff options
author | 2024-05-01 14:18:39 +0530 | |
---|---|---|
committer | 2024-05-02 04:54:25 +0100 | |
commit | 5b37553a9c5af8e400cd23a2dd79ecdf4b32812e (patch) | |
tree | a789d2df13591c285bd7daa32af2a6ec4e7d341c /x11-wm/notion/notion-9999.ebuild | |
parent | dev-perl/Time-Out: add 0.240.0 (diff) | |
download | gentoo-5b37553a9c5af8e400cd23a2dd79ecdf4b32812e.tar.gz gentoo-5b37553a9c5af8e400cd23a2dd79ecdf4b32812e.tar.bz2 gentoo-5b37553a9c5af8e400cd23a2dd79ecdf4b32812e.zip |
x11-wm/notion: Fix passing of incompatible pointer type
TODO:
According to developer/s, frame->mplex->win would be a more type-safe way to
achieve the same, but then it becomes less clear whether this is an 'is' or a
'has' relationship.
Closes: https://bugs.gentoo.org/919249
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36498
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm/notion/notion-9999.ebuild')
-rw-r--r-- | x11-wm/notion/notion-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-wm/notion/notion-9999.ebuild b/x11-wm/notion/notion-9999.ebuild index 3bc5247a3ad3..213357db0dbf 100644 --- a/x11-wm/notion/notion-9999.ebuild +++ b/x11-wm/notion/notion-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -43,6 +43,10 @@ BDEPEND=" ${LUA_DEPS} virtual/pkgconfig" +PATCHES=( + "${FILESDIR}"/${PN}-4.0.2-gcc14-build-fix.patch +) + src_configure() { tc-export AR CC PKG_CONFIG export INSTALL_STRIP="" |