13 lines
452 B
Text
13 lines
452 B
Text
|
Index: Makefile.inc
|
||
|
--- Makefile.inc.orig
|
||
|
+++ Makefile.inc
|
||
|
@@ -79,7 +79,7 @@ VOID := /dev/null
|
||
|
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
|