summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorChad Jacob Milios <milios@ccsys.com>2025-07-07 21:37:17 -0700
committerDon Lewis <truckman@FreeBSD.org>2025-07-07 21:49:42 -0700
commit4fe96f2b5bf65f730c4d49f1f0931dd3e7527c21 (patch)
treee9514dd277b98962305b739262f2cb32cea33e90 /databases
parentsysutils/bhyvemgr: Update to 1.6.0 (diff)
databases/libgda6: Unbreak build with libxml2 2.14
Unbreak the build after the libxml2 upgrade. The PORTREVISION was bumped for the libxml2 upgrade to no need to do it again. Upstream issue: https://gitlab.gnome.org/GNOME/libgda/-/issues/273 PR: 287888 MFH: 2025Q3 (cherry picked from commit 1e65f0c34b8116718c2c4cfd879a4bc20dcd8ff3)
Diffstat (limited to 'databases')
-rw-r--r--databases/libgda6/Makefile2
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 \