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:           Sun Mar 31 13:35:09 UTC 2024

Modified Files:
        pkgsrc/archivers/libarchive/files/unzip: bsdunzip.c

Log Message:
archivers/libarchive: Revert fix for QNX

bsdzip isn't being built anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c:1.3
--- pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c:1.2      Fri Mar 29 00:23:47 2024
+++ pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c  Sun Mar 31 13:35:08 2024
@@ -58,9 +58,6 @@
 #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