pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/uno



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 00:27:52 UTC 2026

Modified Files:
        pkgsrc/devel/uno: Makefile

Log Message:
uno: fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/uno/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/uno/Makefile
diff -u pkgsrc/devel/uno/Makefile:1.23 pkgsrc/devel/uno/Makefile:1.24
--- pkgsrc/devel/uno/Makefile:1.23      Sun Jul  9 15:21:38 2023
+++ pkgsrc/devel/uno/Makefile   Sun Jan  4 00:27:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2023/07/09 15:21:38 nia Exp $
+# $NetBSD: Makefile,v 1.24 2026/01/04 00:27:52 wiz Exp $
 #
 
 DISTNAME=              uno_v213
@@ -18,6 +18,8 @@ MAKE_JOBS_SAFE=               no
 USE_LANGUAGES=         c99
 USE_TOOLS+=            bison gmake flex
 
+CFLAGS+=               -Wno-implicit-function-declaration
+
 .include "../../mk/bsd.prefs.mk"
 
 # These platforms cannot build 32-on-64 binaries.



Home | Main Index | Thread Index | Old Index