Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support NetBSD, thanks #73

Closed
makoto-fujiwara opened this issue Feb 6, 2024 · 3 comments
Closed

Support NetBSD, thanks #73

makoto-fujiwara opened this issue Feb 6, 2024 · 3 comments

Comments

@makoto-fujiwara
Copy link

--- src/minizip/ioapi.h.orig 2023-01-07 02:19:12.000000000 +0900
+++ src/minizip/ioapi.h 2024-02-06 21:15:18.108719602 +0900
@@ -56,7 +56,7 @@
#define ftello64 ftell
#define fseeko64 fseek
#else
-#if defined(FreeBSD) || defined(OpenBSD)
+#if defined(FreeBSD) || defined(OpenBSD) || defined(NetBSD)
#define fopen64 fopen
#define ftello64 ftello
#define fseeko64 fseeko

@jeroen
Copy link
Member

jeroen commented Feb 6, 2024

Can you send a PR?

@jeroen
Copy link
Member

jeroen commented Feb 9, 2024

OK I have imported the latest libxlsxwriter code, so that should fix it then.

@jeroen jeroen closed this as completed Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants