diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-12-03 14:32:49 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-12-03 14:40:31 -0500 |
commit | f11a6ebb2d114439a74bad155ee780d4523b33ed (patch) | |
tree | 41fa1fb236c3d539e28c4b837a5177968481ad6d /dev-games/tiled/tiled-1.11.0.ebuild | |
parent | sci-astronomy/kstars: Add media-libs/opencv USEdep defaults, allow qt5 (diff) | |
download | gentoo-f11a6ebb2d114439a74bad155ee780d4523b33ed.tar.gz gentoo-f11a6ebb2d114439a74bad155ee780d4523b33ed.tar.bz2 gentoo-f11a6ebb2d114439a74bad155ee780d4523b33ed.zip |
dev-games/tiled: backport build fix for qt6.8
Meant to try building to see if qbs-2.5.0 was working right,
but I ran into a >=qt6.8 build failure instead.
Pretty safe fix which just flatten a macro in .qbs files,
so doing straight to stable which will likely be needed
when we stable 6.8.1 in ~20 days.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-games/tiled/tiled-1.11.0.ebuild')
-rw-r--r-- | dev-games/tiled/tiled-1.11.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-games/tiled/tiled-1.11.0.ebuild b/dev-games/tiled/tiled-1.11.0.ebuild index 66a5a4df0232..9269ae16e168 100644 --- a/dev-games/tiled/tiled-1.11.0.ebuild +++ b/dev-games/tiled/tiled-1.11.0.ebuild @@ -33,6 +33,10 @@ BDEPEND=" QBS_PRODUCTS="tiled,csv,json" +PATCHES=( + "${FILESDIR}"/${P}-qt680.patch +) + pkg_setup() { if use python; then python-single-r1_pkg_setup |