diff options
Diffstat (limited to 'databases/libgda6/Makefile')
-rw-r--r-- | databases/libgda6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda6/Makefile b/databases/libgda6/Makefile index ff8464227af3..3ff7b17ca311 100644 --- a/databases/libgda6/Makefile +++ b/databases/libgda6/Makefile @@ -23,7 +23,7 @@ USE_GNOME= glib20 gtk30 intltool:build introspection:build libxml2 \ libxslt SHEBANG_FILES= providers/raw_spec.py # Or use patch from https://gitlab.gnome.org/GNOME/libgda/-/merge_requests/208 -CFLAGS= -Wno-deprecated-non-prototype +CFLAGS+= -Wno-deprecated-non-prototype -Wno-error=deprecated-declarations MESON_ARGS= -Dui=false \ -Dhelp=false \ |