qt6: remove useless patch

This commit is contained in:
2025-12-22 20:57:25 +01:00
parent e86a60b9b2
commit 6f98824039

View File

@@ -13,11 +13,7 @@ destdir = f"{fembuilddir}/DESTDIR"
build = [
# Extract and patch source
f"mkdir -p /var/fempkg/ /var/fempkg/build {fembuilddir} || true && "
f"cd {fembuilddir} && tar -xvf /var/lib/fempkg/pkgs/qt-everywhere-src-{pkgver}.tar.xz && "
f"cd {builddir} && wget https://raw.githubusercontent.com/immortalwrt/packages/refs/heads/master/utils/qt6tools/patches/010-no-clang.patch",
# Apply patch
f"cd {builddir}/qttools && patch -p1 < ../010-no-clang.patch",
f"cd {fembuilddir} && tar -xvf /var/lib/fempkg/pkgs/qt-everywhere-src-{pkgver}.tar.xz",
f"""cd {builddir} && sed -e '/!p->receivedExpose/i \\
if (e->isExposed) {{\\