12 lines
452 B
Text
12 lines
452 B
Text
Index: Makefile.inc
|
|
--- Makefile.inc.orig
|
|
+++ Makefile.inc
|
|
@@ -81,7 +81,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
|