pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/mpack



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Sep  1 03:03:39 UTC 2026

Modified Files:
        pkgsrc/converters/mpack: Makefile

Log Message:
mpack: Fix build issue with clang.

>From Kogule Ryo in PR pkg/60580


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/converters/mpack/Makefile

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

Modified files:

Index: pkgsrc/converters/mpack/Makefile
diff -u pkgsrc/converters/mpack/Makefile:1.26 pkgsrc/converters/mpack/Makefile:1.27
--- pkgsrc/converters/mpack/Makefile:1.26       Thu Mar 13 17:52:47 2025
+++ pkgsrc/converters/mpack/Makefile    Tue Sep  1 03:03:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2025/03/13 17:52:47 maya Exp $
+# $NetBSD: Makefile,v 1.27 2026/09/01 03:03:39 maya Exp $
 
 DISTNAME=      mpack-1.6
 PKGREVISION=   4
@@ -14,6 +14,8 @@ GNU_CONFIGURE=                yes
 .if !empty(PKGSRC_COMPILER:Mgcc)
 CFLAGS+=       -Wno-error=implicit-int
 CFLAGS+=       -Wno-error=implicit-function-declaration
+.elif !empty(PKGSRC_COMPILER:Mclang)
+CFLAGS+=       -Wno-implicit-function-declaration
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index