pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libggi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  8 12:45:15 UTC 2026

Modified Files:
        pkgsrc/graphics/libggi: Makefile

Log Message:
libggi: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/libggi/Makefile

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

Modified files:

Index: pkgsrc/graphics/libggi/Makefile
diff -u pkgsrc/graphics/libggi/Makefile:1.62 pkgsrc/graphics/libggi/Makefile:1.63
--- pkgsrc/graphics/libggi/Makefile:1.62        Mon May  6 08:40:27 2024
+++ pkgsrc/graphics/libggi/Makefile     Wed Apr  8 12:45:15 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2024/05/06 08:40:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.63 2026/04/08 12:45:15 wiz Exp $
 
 DISTNAME=      libggi-2.2.2.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -15,6 +15,8 @@ COMMENT=      General Graphics Interface libr
 
 MAKE_JOBS_SAFE=                no
 
+CFLAGS+=               -Wno-incompatible-pointer-types
+
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 USE_LIBTOOL=           yes
 



Home | Main Index | Thread Index | Old Index