pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/xjewel
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 3 16:19:03 UTC 2026
Modified Files:
pkgsrc/games/xjewel: Makefile
Log Message:
xjewel: fix build on NetBSD-current
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/xjewel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/xjewel/Makefile
diff -u pkgsrc/games/xjewel/Makefile:1.14 pkgsrc/games/xjewel/Makefile:1.15
--- pkgsrc/games/xjewel/Makefile:1.14 Sat Oct 6 11:55:01 2012
+++ pkgsrc/games/xjewel/Makefile Sat Jan 3 16:19:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/10/06 11:55:01 asau Exp $
+# $NetBSD: Makefile,v 1.15 2026/01/03 16:19:03 wiz Exp $
DISTNAME= xjewel-1.6
PKGREVISION= 3
@@ -24,6 +24,10 @@ SUBST_STAGE.varbase= pre-configure
SUBST_FILES.varbase= Imakefile
SUBST_VARS.varbase= VARBASE
+CPPFLAGS+= -Wno-builtin-declaration-mismatch
+CPPFLAGS+= -Wno-implicit-function-declaration
+CPPFLAGS+= -Wno-implicit-int
+
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index