pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/joe



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 20 09:10:26 UTC 2026

Modified Files:
        pkgsrc/editors/joe: Makefile

Log Message:
joe: fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/editors/joe/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/joe/Makefile
diff -u pkgsrc/editors/joe/Makefile:1.42 pkgsrc/editors/joe/Makefile:1.43
--- pkgsrc/editors/joe/Makefile:1.42    Fri Aug 19 22:13:19 2022
+++ pkgsrc/editors/joe/Makefile Tue Jan 20 09:10:26 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/08/19 22:13:19 abs Exp $
+# $NetBSD: Makefile,v 1.43 2026/01/20 09:10:26 wiz Exp $
 
 DISTNAME=      joe-4.6
 PKGREVISION=   1
@@ -16,6 +16,8 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 
 PKG_SYSCONFSUBDIR=     joe
 
+CFLAGS+=       -Wno-implicit-function-declaration
+
 EGDIR=         ${PREFIX}/share/examples/joe
 CONF_FILES=    ${EGDIR}/ftyperc ${PKG_SYSCONFDIR}/ftyperc
 CONF_FILES+=   ${EGDIR}/jicerc.ru ${PKG_SYSCONFDIR}/jicerc.ru



Home | Main Index | Thread Index | Old Index