summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-11-25 07:38:16 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-11-25 07:40:15 -0500
commit198dccc8c2791fac9b7c287d1b350b42ba707695 (patch)
tree278db1793101b8a0a6a16a8db81bfe205881517d /x11-misc/slop/slop-7.5.ebuild
parentdev-ruby/mimemagic: mark extension as installed (diff)
downloadgentoo-198dccc8c2791fac9b7c287d1b350b42ba707695.tar.gz
gentoo-198dccc8c2791fac9b7c287d1b350b42ba707695.tar.bz2
gentoo-198dccc8c2791fac9b7c287d1b350b42ba707695.zip
x11-misc/slop: backport missing header fix
Closes: https://bugs.gentoo.org/810349 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc/slop/slop-7.5.ebuild')
-rw-r--r--x11-misc/slop/slop-7.5.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-misc/slop/slop-7.5.ebuild b/x11-misc/slop/slop-7.5.ebuild
index e3d08d39be3c..2a2d4fd07ad8 100644
--- a/x11-misc/slop/slop-7.5.ebuild
+++ b/x11-misc/slop/slop-7.5.ebuild
@@ -35,6 +35,10 @@ DEPEND="${RDEPEND}
media-libs/glm
"
+PATCHES=(
+ "${FILESDIR}"/${P}-missing-header.patch
+)
+
src_configure() {
local mycmakeargs=(
-DSLOP_OPENGL=$(usex opengl)