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: Thu Mar 13 17:52:47 UTC 2025
Modified Files:
pkgsrc/converters/mpack: Makefile
Log Message:
mpack: fix build with gcc 14 which made some warnings fatal by default
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 pkgsrc/converters/mpack/Makefile:1.26
--- pkgsrc/converters/mpack/Makefile:1.25 Wed Apr 21 08:53:30 2021
+++ pkgsrc/converters/mpack/Makefile Thu Mar 13 17:52:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/04/21 08:53:30 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/03/13 17:52:47 maya Exp $
DISTNAME= mpack-1.6
PKGREVISION= 4
@@ -10,4 +10,10 @@ COMMENT= External MIME packer/unpacker
GNU_CONFIGURE= yes
+.include "../../mk/compiler.mk"
+.if !empty(PKGSRC_COMPILER:Mgcc)
+CFLAGS+= -Wno-error=implicit-int
+CFLAGS+= -Wno-error=implicit-function-declaration
+.endif
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index