pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/unzip
Module Name: pkgsrc
Committed By: nia
Date: Mon Apr 7 15:26:36 UTC 2025
Modified Files:
pkgsrc/archivers/unzip: Makefile
Log Message:
unzip: Fix build on UnixWare 7.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/archivers/unzip/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/unzip/Makefile
diff -u pkgsrc/archivers/unzip/Makefile:1.99 pkgsrc/archivers/unzip/Makefile:1.100
--- pkgsrc/archivers/unzip/Makefile:1.99 Mon Nov 4 23:59:29 2024
+++ pkgsrc/archivers/unzip/Makefile Mon Apr 7 15:26:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2024/11/04 23:59:29 gutteridge Exp $
+# $NetBSD: Makefile,v 1.100 2025/04/07 15:26:36 nia Exp $
DISTNAME= unzip60
PKGNAME= unzip-6.0
@@ -31,6 +31,7 @@ CPPFLAGS+= -DBSD
${OPSYS} == "AIX" || \
${OPSYS} == "OpenBSD" || \
${OPSYS} == "Cygwin" || \
+ ${OPSYS} == "UnixWare" || \
(${OPSYS} == "Darwin" && !empty(OS_VERSION:M[01234678].*))) || \
${OS_VARIANT} == "SCOOSR5" || \
${OPSYS} == "Linux"
Home |
Main Index |
Thread Index |
Old Index