pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/velena
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 4 09:11:37 UTC 2026
Modified Files:
pkgsrc/games/velena: Makefile
Log Message:
velena: fix build on NetBSD-current
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/games/velena/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/velena/Makefile
diff -u pkgsrc/games/velena/Makefile:1.18 pkgsrc/games/velena/Makefile:1.19
--- pkgsrc/games/velena/Makefile:1.18 Sat Sep 24 08:33:19 2022
+++ pkgsrc/games/velena/Makefile Sun Jan 4 09:11:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/09/24 08:33:19 nia Exp $
+# $NetBSD: Makefile,v 1.19 2026/01/04 09:11:37 wiz Exp $
#
DISTNAME= veleng10
@@ -42,6 +42,8 @@ SUBST_STAGE.cflags= pre-configure
SUBST_FILES.cflags= makefile
SUBST_SED.cflags= -e s,^CFLAGS.*,,
+CFLAGS+= -Wno-implicit-int
+
.include "../../mk/bsd.prefs.mk"
# Velena isn't 64bit-safe, which results in a "fatal error" for some
Home |
Main Index |
Thread Index |
Old Index