pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/libgda



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May 15 12:49:18 UTC 2026

Modified Files:
        pkgsrc/databases/libgda: Makefile

Log Message:
libgda: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/databases/libgda/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/libgda/Makefile
diff -u pkgsrc/databases/libgda/Makefile:1.58 pkgsrc/databases/libgda/Makefile:1.59
--- pkgsrc/databases/libgda/Makefile:1.58       Wed Jan  7 08:46:09 2026
+++ pkgsrc/databases/libgda/Makefile    Fri May 15 12:49:17 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2026/01/07 08:46:09 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2026/05/15 12:49:17 wiz Exp $
 
 PKGREVISION= 18
 .include "Makefile.common"
@@ -12,6 +12,8 @@ CONFIGURE_ARGS+=      --with-oracle=no
 
 TEST_TARGET=           check
 
+CFLAGS+=                       -Wno-incompatible-pointer-types
+
 CHECK_INTERPRETER_SKIP=                share/libgda-5.0/gda_trml2html/trml2html.py
 CHECK_INTERPRETER_SKIP+=       share/libgda-5.0/gda_trml2pdf/trml2pdf.py
 



Home | Main Index | Thread Index | Old Index