pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/ski
Module Name: pkgsrc
Committed By: mrg
Date: Sat Sep 5 06:38:59 UTC 2026
Modified Files:
pkgsrc/emulators/ski: Makefile
Log Message:
set FORCE_C_STD=gnu11. this has non-C23 friendly things..
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/emulators/ski/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/ski/Makefile
diff -u pkgsrc/emulators/ski/Makefile:1.59 pkgsrc/emulators/ski/Makefile:1.60
--- pkgsrc/emulators/ski/Makefile:1.59 Mon Nov 17 11:00:44 2025
+++ pkgsrc/emulators/ski/Makefile Sat Sep 5 06:38:59 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2025/11/17 11:00:44 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2026/09/05 06:38:59 mrg Exp $
DISTNAME= ski-1.3.2
PKGREVISION= 37
@@ -18,6 +18,8 @@ TOOL_DEPENDS+= libelf>=0.8.13:../../deve
GNU_CONFIGURE= yes
USE_LANGUAGES+= c c++
CONFIGURE_ARGS+= --prefix=${PREFIX}
+# Not C23 compatible
+FORCE_C_STD= gnu11
CPPFLAGS+= -I${PREFIX}/include/libelf -L ${PREFIX}/lib
Home |
Main Index |
Thread Index |
Old Index