pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/xemacs
Module Name: pkgsrc
Committed By: hauke
Date: Tue Jan 20 22:31:28 UTC 2026
Modified Files:
pkgsrc/editors/xemacs: Makefile.common
Log Message:
C standard numbers are discrete, I guess.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/xemacs/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/xemacs/Makefile.common
diff -u pkgsrc/editors/xemacs/Makefile.common:1.41 pkgsrc/editors/xemacs/Makefile.common:1.42
--- pkgsrc/editors/xemacs/Makefile.common:1.41 Fri Jan 2 22:34:58 2026
+++ pkgsrc/editors/xemacs/Makefile.common Tue Jan 20 22:31:27 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2026/01/02 22:34:58 hauke Exp $
+# $NetBSD: Makefile.common,v 1.42 2026/01/20 22:31:27 hauke Exp $
#
# used by editors/xemacs-nox11/Makefile
# used by editors/xemacs/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE= https://www.xemacs.org/
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c
-FORCE_C_STD= c90
+FORCE_C_STD= c89
MKPIE_SUPPORTED= no
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index