mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
11 lines
331 B
C
11 lines
331 B
C
--- global.h.orig 2022-06-20 06:40:34 UTC
|
|
+++ global.h
|
|
@@ -54,7 +54,7 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
-#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__)
|
|
+#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__) || defined(__FreeBSD__)
|
|
|
|
#define fopeno fopen
|
|
|