mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
Minor release with several bug fixes and some incompatible changes[1]. [1] https://blog.bazel.build/2020/10/06/bazel-3-6.html Renewed almost all patches under files/ (via make makepatch). PR: 250164 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D26715
14 lines
314 B
C
14 lines
314 B
C
--- src/tools/singlejar/port.h.orig 1979-12-31 23:00:00 UTC
|
|
+++ src/tools/singlejar/port.h
|
|
@@ -28,6 +28,11 @@
|
|
#include <sys/types.h>
|
|
#include <time.h>
|
|
|
|
+#ifndef _OFF64_T_DECLARED
|
|
+typedef off_t off64_t;
|
|
+#define _OFF64_T_DECLARED
|
|
+#endif
|
|
+
|
|
#if defined(__APPLE__)
|
|
typedef off_t off64_t;
|
|
#elif defined(_WIN32)
|