pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gdl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May 15 14:55:28 UTC 2026

Modified Files:
        pkgsrc/devel/gdl: Makefile

Log Message:
gdl: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/gdl/Makefile

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

Modified files:

Index: pkgsrc/devel/gdl/Makefile
diff -u pkgsrc/devel/gdl/Makefile:1.103 pkgsrc/devel/gdl/Makefile:1.104
--- pkgsrc/devel/gdl/Makefile:1.103     Tue Jan 27 08:39:10 2026
+++ pkgsrc/devel/gdl/Makefile   Fri May 15 14:55:27 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2026/01/27 08:39:10 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2026/05/15 14:55:27 wiz Exp $
 
 DISTNAME=      gdl-3.34.0
 PKGREVISION=   35
@@ -18,6 +18,9 @@ USE_TOOLS+=   pkg-config perl intltool msg
 USE_PKGLOCALEDIR=      yes
 PKGCONFIG_OVERRIDE+=   gdl-3.0.pc.in
 
+CFLAGS+=       -Wno-implicit-function-declaration
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index