SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/httrack/patches/patch-src_minizip_ioapi_h
Normal file
12
www/httrack/patches/patch-src_minizip_ioapi_h
Normal file
|
@ -0,0 +1,12 @@
|
|||
Fix build.
|
||||
--- src/minizip/ioapi.h.ports.orig Thu Aug 7 08:02:32 2014
|
||||
+++ src/minizip/ioapi.h Thu Aug 7 08:01:59 2014
|
||||
@@ -50,7 +50,7 @@
|
||||
#define ftello64 ftell
|
||||
#define fseeko64 fseek
|
||||
#else
|
||||
-#ifdef __FreeBSD__
|
||||
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#define fopen64 fopen
|
||||
#define ftello64 ftello
|
||||
#define fseeko64 fseeko
|
Loading…
Add table
Add a link
Reference in a new issue