mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dooble: rebuild against Qt 6.8
This commit is contained in:
parent
0a5c691cc5
commit
e533f851c6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dooble'
|
# Template file for 'dooble'
|
||||||
pkgname=dooble
|
pkgname=dooble
|
||||||
version=2024.08.20
|
version=2024.08.20
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64* aarch64*"
|
archs="x86_64* aarch64*"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="dooble.pro"
|
configure_args="dooble.pro"
|
||||||
|
@ -19,6 +19,7 @@ checksum=dbacd6adf762964983a1943496cd435ea9e4cf269568141d85a3c12d67acbc1e
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -i -e 's/Wzero-as-null-pointer-constant/Wno-zero-as-null-pointer-constant/' \
|
vsed -i -e 's/Wzero-as-null-pointer-constant/Wno-zero-as-null-pointer-constant/' \
|
||||||
|
-e '/-Werror/d' \
|
||||||
dooble.pro
|
dooble.pro
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue