2023-08-23 18:07:35 +00:00
|
|
|
Index: Makefile.inc
|
|
|
|
--- Makefile.inc.orig
|
|
|
|
+++ Makefile.inc
|
2024-08-08 21:58:10 +00:00
|
|
|
@@ -81,7 +81,7 @@ VOID := /dev/null
|
2023-08-23 18:07:35 +00:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
-ifneq (,$(filter Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD MINGW% CYGWIN% MSYS%,$(shell $(UNAME))))
|
|
|
|
+ifneq (,$(filter Linux Darwin GNU/kFreeBSD GNU OpenBSD SecBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD MINGW% CYGWIN% MSYS%,$(shell $(UNAME))))
|
|
|
|
POSIX_ENV = Yes
|
|
|
|
else
|
|
|
|
POSIX_ENV = No
|