pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libetm
Module Name: pkgsrc
Committed By: nia
Date: Sun Jun 14 18:20:48 UTC 2026
Modified Files:
pkgsrc/devel/libetm: Makefile
Log Message:
libetm: Fails with C23 default language.
Uses "old-style function definitions".
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/libetm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libetm/Makefile
diff -u pkgsrc/devel/libetm/Makefile:1.22 pkgsrc/devel/libetm/Makefile:1.23
--- pkgsrc/devel/libetm/Makefile:1.22 Sun Jan 4 15:33:26 2026
+++ pkgsrc/devel/libetm/Makefile Sun Jun 14 18:20:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2026/01/04 15:33:26 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2026/06/14 18:20:48 nia Exp $
DISTNAME= ETM-1.09
PKGNAME= libetm-1.09
@@ -17,6 +17,9 @@ INSTALLATION_DIRS= include lib
USE_TOOLS+= nroff
+# Uses "old-style function definitions".
+FORCE_C_STD= gnu89
+
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \
Home |
Main Index |
Thread Index |
Old Index