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:   wiz
Date:           Mon Apr 21 16:25:09 UTC 2025

Modified Files:
        pkgsrc/comms/lrzsz: Makefile

Log Message:
lrzsz: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/comms/lrzsz/Makefile:1.35
--- pkgsrc/comms/lrzsz/Makefile:1.34    Mon Aug  5 10:06:59 2024
+++ pkgsrc/comms/lrzsz/Makefile Mon Apr 21 16:25:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2024/08/05 10:06:59 tnn Exp $
+# $NetBSD: Makefile,v 1.35 2025/04/21 16:25:09 wiz Exp $
 
 DISTNAME=      lrzsz-0.12.20
 PKGREVISION=   1
@@ -18,7 +18,7 @@ CFLAGS+=      -Wno-error=implicit-int
 CFLAGS+=       -Wno-error=implicit-function-declaration
 CFLAGS+=       -Wno-error=incompatible-pointer-types
 
-.if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" \
+.if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" \
        || ${OPSYS} == "Linux" || ${OPSYS} == "Haiku")
 BROKEN_GETTEXT_DETECTION=yes
 .  include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index