diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-08 14:52:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-08 14:53:54 +0100 |
commit | 1b3adbf3f0555f461325df2b64cc3398b66bf02b (patch) | |
tree | e5ce3555a6be29490dcfcc8123ba02db4cb50b08 /dev-python/pivy/files | |
parent | media-libs/harfbuzz: drop 8.5.0 (diff) | |
download | gentoo-1b3adbf3f0555f461325df2b64cc3398b66bf02b.tar.gz gentoo-1b3adbf3f0555f461325df2b64cc3398b66bf02b.tar.bz2 gentoo-1b3adbf3f0555f461325df2b64cc3398b66bf02b.zip |
dev-python/pivy: Fix build if media-libs/SoQt is installed
This is at least dealing with the immediate issue.
Bug: https://bugs.gentoo.org/920482
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pivy/files')
-rw-r--r-- | dev-python/pivy/files/pivy-0.6.8-SoQtViewer-w-cmath.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/pivy/files/pivy-0.6.8-SoQtViewer-w-cmath.patch b/dev-python/pivy/files/pivy-0.6.8-SoQtViewer-w-cmath.patch new file mode 100644 index 000000000000..2150f9806139 --- /dev/null +++ b/dev-python/pivy/files/pivy-0.6.8-SoQtViewer-w-cmath.patch @@ -0,0 +1,14 @@ +From a5fad6bb07d994d6e727d5759965611c6e4d57d6 Mon Sep 17 00:00:00 2001 +From: Konstantin Podsvirov <konstantin@podsvirov.pro> +Date: Fri, 24 Nov 2023 21:09:53 +0300 +Subject: [PATCH] Add fake header for recently introduced cmath include in + SoQtViewer.h + +--- + fake_headers/cmath | 0 + 1 file changed, 0 insertions(+), 0 deletions(-) + create mode 100644 fake_headers/cmath + +diff --git a/fake_headers/cmath b/fake_headers/cmath +new file mode 100644 +index 00000000..e69de29b |