pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/libarchive/files/unzip
Module Name: pkgsrc
Committed By: js
Date: Fri Mar 29 00:23:47 UTC 2024
Modified Files:
pkgsrc/archivers/libarchive/files/unzip: bsdunzip.c
Log Message:
archivers/libarchive: Fix build on QNX
This makes the bootstrap finish on QNX.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c
diff -u pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c:1.1.1.1 pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c:1.2
--- pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c:1.1.1.1 Thu Jan 18 17:37:42 2024
+++ pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c Fri Mar 29 00:23:47 2024
@@ -58,6 +58,9 @@
#endif
#ifdef HAVE_FNMATCH_H
#include <fnmatch.h>
+#ifndef FNM_CASEFOLD
+#define FNM_CASEFOLD 0
+#endif
#endif
#ifdef HAVE_STDARG_H
#include <stdarg.h>
Home |
Main Index |
Thread Index |
Old Index