diff options
author | Sam James <sam@gentoo.org> | 2023-03-17 22:45:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 23:56:12 +0000 |
commit | 08d877a77504fcaebc4653dbd4988c6ea9d1bd17 (patch) | |
tree | 8499e2c46c597151c438a8d285481a7d41593533 /x11-misc/barrier/barrier-2.4.0.ebuild | |
parent | media-gfx/gphoto2: fix build w/ clang 16 (diff) | |
download | gentoo-08d877a77504fcaebc4653dbd4988c6ea9d1bd17.tar.gz gentoo-08d877a77504fcaebc4653dbd4988c6ea9d1bd17.tar.bz2 gentoo-08d877a77504fcaebc4653dbd4988c6ea9d1bd17.zip |
x11-misc/barrier: fix build w/ gcc 13
Closes: https://bugs.gentoo.org/895088
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/barrier/barrier-2.4.0.ebuild')
-rw-r--r-- | x11-misc/barrier/barrier-2.4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/barrier/barrier-2.4.0.ebuild b/x11-misc/barrier/barrier-2.4.0.ebuild index f086465e0601..0c587b0c8a91 100644 --- a/x11-misc/barrier/barrier-2.4.0.ebuild +++ b/x11-misc/barrier/barrier-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -43,6 +43,7 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${P}-includes.patch + "${FILESDIR}"/${P}-gcc-13.patch ) DOCS=( |