pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/emacs20



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 14 12:38:31 UTC 2026

Modified Files:
        pkgsrc/editors/emacs20: Makefile

Log Message:
emacs20: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/editors/emacs20/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs20/Makefile
diff -u pkgsrc/editors/emacs20/Makefile:1.67 pkgsrc/editors/emacs20/Makefile:1.68
--- pkgsrc/editors/emacs20/Makefile:1.67        Mon Aug  3 13:12:25 2026
+++ pkgsrc/editors/emacs20/Makefile     Mon Sep 14 12:38:31 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2026/08/03 13:12:25 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2026/09/14 12:38:31 wiz Exp $
 
 DISTNAME=      emacs-20.7
 PKGNAME=       ${DISTNAME:S/emacs/emacs20/}
@@ -77,6 +77,10 @@ MAKE_ENV+=   INSTALL_STRIP=${_STRIPFLAG_IN
 CFLAGS+=       -fno-zero-initialized-in-bss
 .endif
 
+CFLAGS+=       -Wno-implicit-int
+CFLAGS+=       -Wno-implicit-function-declaration
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 .if !empty(PKGSRC_COMPILER:Mclang)
 TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
 MAKEFILECPP=   ${PREFIX}/bin/tradcpp



Home | Main Index | Thread Index | Old Index