pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXaw3dXft



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan  3 10:04:09 UTC 2026

Modified Files:
        pkgsrc/x11/libXaw3dXft: Makefile

Log Message:
libXaw3dXft: fix build with gcc 14


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/libXaw3dXft/Makefile

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

Modified files:

Index: pkgsrc/x11/libXaw3dXft/Makefile
diff -u pkgsrc/x11/libXaw3dXft/Makefile:1.4 pkgsrc/x11/libXaw3dXft/Makefile:1.5
--- pkgsrc/x11/libXaw3dXft/Makefile:1.4 Mon Nov 17 11:01:41 2025
+++ pkgsrc/x11/libXaw3dXft/Makefile     Sat Jan  3 10:04:09 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/11/17 11:01:41 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/03 10:04:09 wiz Exp $
 
 DISTNAME=      libXaw3dXft-1.6.2h
 PKGREVISION=   3
@@ -17,6 +17,11 @@ CONFIGURE_ARGS+=     --enable-arrow-scrollba
 USE_LIBTOOL=           yes
 USE_TOOLS=             pkg-config
 
+.include "../../mk/compiler.mk"
+.if !empty(PKGSRC_COMPILER:Mgcc)
+CFLAGS+=       -Wno-error=incompatible-pointer-types
+.endif
+
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"



Home | Main Index | Thread Index | Old Index