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:           Wed Sep 11 14:56:41 UTC 2024

Modified Files:
        pkgsrc/editors/xemacs: Makefile.common

Log Message:
Enforce C90 compiler, otherwise gcc 14 breaks the configure script


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 pkgsrc/editors/xemacs/Makefile.common:1.40
--- pkgsrc/editors/xemacs/Makefile.common:1.39  Mon Jun 26 18:21:08 2023
+++ pkgsrc/editors/xemacs/Makefile.common       Wed Sep 11 14:56:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2023/06/26 18:21:08 hauke Exp $
+# $NetBSD: Makefile.common,v 1.40 2024/09/11 14:56:41 hauke Exp $
 #
 # used by editors/xemacs-nox11/Makefile
 # used by editors/xemacs/Makefile
@@ -11,6 +11,8 @@ MAINTAINER=   hauke%NetBSD.org@localhost
 HOMEPAGE=      https://www.xemacs.org/
 LICENSE=       gnu-gpl-v2
 
+USE_LANGUAGES=         c
+FORCE_C_STD=           c90
 MKPIE_SUPPORTED=       no
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index