diff options
author | 2024-04-08 22:51:47 +0200 | |
---|---|---|
committer | 2024-06-12 14:04:01 +0100 | |
commit | 8319838698e3d4c532c7a8547ebdc1ae5dcb2264 (patch) | |
tree | 3947e22eba972f03be3927da46993d30e0bf1d62 /app-misc/ola/ola-0.10.9-r2.ebuild | |
parent | net-misc/connman-gtk: stabilize 1.1.1-r2 for amd64 (diff) | |
download | gentoo-8319838698e3d4c532c7a8547ebdc1ae5dcb2264.tar.gz gentoo-8319838698e3d4c532c7a8547ebdc1ae5dcb2264.tar.bz2 gentoo-8319838698e3d4c532c7a8547ebdc1ae5dcb2264.zip |
app-misc/ola: Fix compilation against media-libs/liblo-0.32
Changes to the PR made by marecki at merge time:
- run ola-0.10.9-liblo.patch through scrub-patch
- revert the revision bump as not needed while fixing build failures
Closes: https://bugs.gentoo.org/927000
Upstream-PR: https://github.com/OpenLightingProject/ola/pull/1954
Upstream-Commit: https://github.com/OpenLightingProject/ola/commit/e083653d2d18018fe6ef42f757bc06462de87f28
Signed-off-by: Jannis Achstetter <kripton@kripserver.net>
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-misc/ola/ola-0.10.9-r2.ebuild')
-rw-r--r-- | app-misc/ola/ola-0.10.9-r2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-misc/ola/ola-0.10.9-r2.ebuild b/app-misc/ola/ola-0.10.9-r2.ebuild index a9d0c36ac512..1cd74bb29e17 100644 --- a/app-misc/ola/ola-0.10.9-r2.ebuild +++ b/app-misc/ola/ola-0.10.9-r2.ebuild @@ -61,8 +61,11 @@ BDEPEND="app-alternatives/yacc ) )" +# ola-0.10.9-liblo.patch fixes compilation against +# media-libs/liblo-0.32. See https://bugs.gentoo.org/927000 PATCHES=( "${FILESDIR}"/${PN}-0.10.9-nullptr.patch + "${FILESDIR}"/${PN}-0.10.9-liblo.patch ) src_prepare() { |