mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
gtk+: fix build with gcc14
This commit is contained in:
parent
654e7148df
commit
ac57a55a5f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ make_check=no
|
|||
# gtk-builder-convert
|
||||
python_version=3
|
||||
|
||||
CFLAGS="-UGDK_PIXBUF_DISABLE_DEPRECATED"
|
||||
CFLAGS="-UGDK_PIXBUF_DISABLE_DEPRECATED -Wno-incompatible-pointer-types -Wno-implicit-int"
|
||||
# Package build options
|
||||
build_options="gir cups"
|
||||
build_options_default="gir cups"
|
||||
|
|
Loading…
Add table
Reference in a new issue