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: Wed Apr 8 11:44:57 UTC 2026
Modified Files:
pkgsrc/comms/lrzsz: Makefile
Log Message:
lrzsz: fix build on Fedora 44
glibc 2.43 defines strstr a macro and it breaks some legacy code
assumptions.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/comms/lrzsz/Makefile:1.38
--- pkgsrc/comms/lrzsz/Makefile:1.37 Mon Apr 28 17:00:09 2025
+++ pkgsrc/comms/lrzsz/Makefile Wed Apr 8 11:44:57 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2025/04/28 17:00:09 tnn Exp $
+# $NetBSD: Makefile,v 1.38 2026/04/08 11:44:57 tnn Exp $
DISTNAME= lrzsz-0.12.20
PKGREVISION= 1
@@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
CFLAGS+= -Wno-error=implicit-int
CFLAGS+= -Wno-error=implicit-function-declaration
CFLAGS+= -Wno-error=incompatible-pointer-types
+CPPFLAGS.Linux+=-DSTRICT_PROTOTYPES=1 # XXX glibc 2.43
.if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" \
|| ${OPSYS} == "Linux" || ${OPSYS} == "Haiku")
Home |
Main Index |
Thread Index |
Old Index