pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/lrzsz



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug  5 10:06:59 UTC 2024

Modified Files:
        pkgsrc/comms/lrzsz: Makefile

Log Message:
lrzsz: suppress some compiler errors


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/comms/lrzsz/Makefile

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

Modified files:

Index: pkgsrc/comms/lrzsz/Makefile
diff -u pkgsrc/comms/lrzsz/Makefile:1.33 pkgsrc/comms/lrzsz/Makefile:1.34
--- pkgsrc/comms/lrzsz/Makefile:1.33    Tue Dec 19 12:17:54 2023
+++ pkgsrc/comms/lrzsz/Makefile Mon Aug  5 10:06:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2023/12/19 12:17:54 zafer Exp $
+# $NetBSD: Makefile,v 1.34 2024/08/05 10:06:59 tnn Exp $
 
 DISTNAME=      lrzsz-0.12.20
 PKGREVISION=   1
@@ -14,6 +14,10 @@ GNU_CONFIGURE=               yes
 
 .include "../../mk/bsd.prefs.mk"
 
+CFLAGS+=       -Wno-error=implicit-int
+CFLAGS+=       -Wno-error=implicit-function-declaration
+CFLAGS+=       -Wno-error=incompatible-pointer-types
+
 .if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" \
        || ${OPSYS} == "Linux" || ${OPSYS} == "Haiku")
 BROKEN_GETTEXT_DETECTION=yes



Home | Main Index | Thread Index | Old Index