From 7a59687733e138b78f79944d8d8cd3c34f671f06 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 7 Apr 2024 19:26:33 +0200 Subject: [PATCH] qt6-wayland: added -Wno-dev to cmakes configure step --- qt6-wayland/.signature | 4 ++-- qt6-wayland/Pkgfile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/qt6-wayland/.signature b/qt6-wayland/.signature index a86a443f5..2b327f24f 100644 --- a/qt6-wayland/.signature +++ b/qt6-wayland/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/f3bGRPz8p7Ri1H5GNvf5qvPYGioBkOPrmf74E7kHra7F9UPd0FN7+rwo+8PHQCtM9JbdGHDlZ9BP9PIDNWBiQE= -SHA256 (Pkgfile) = 1bb74bdf2cf4afae2d2d73df604e082c998b10bcc8c5b4ca0c1473f4ced67562 +RWSE3ohX2g5d/Ts3dhqGVth5pY8wFMQZNfxqXuwu7OPEepCxiaHrhy0A/EX0lV7sjd07HLI7DSSrch5zSumv8XUG7TScfcypbA8= +SHA256 (Pkgfile) = 5e5d924d614c1a83f1f039a1f76074ece32a9d0d88072ee4e491757fcef395f3 SHA256 (.footprint) = aa25e71a5ba6ef47cb0d770617cb8b3291e1951c1d0e3caf3e51f87064a3dc4c SHA256 (qtwayland-everywhere-src-6.7.0.tar.xz) = d73470e4217da388d8cd2a517ee8bb373853f33c569306e80f04397845157aea diff --git a/qt6-wayland/Pkgfile b/qt6-wayland/Pkgfile index a4064d7e0..08b4176e8 100644 --- a/qt6-wayland/Pkgfile +++ b/qt6-wayland/Pkgfile @@ -15,7 +15,8 @@ build() { cmake -S qtwayland-everywhere-src-$version -B build -G Ninja \ -D CMAKE_BUILD_TYPE=Release \ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ + -Wno-dev cmake --build build DESTDIR=$PKG cmake --install build }