12 lines
574 B
Text
12 lines
574 B
Text
Index: Makefile
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -151,7 +151,7 @@ clean:
|
|
#------------------------------------------------------------------------------
|
|
# make install is validated only for Linux, macOS, Hurd and some BSD targets
|
|
#------------------------------------------------------------------------------
|
|
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku AIX))
|
|
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD SecBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku AIX))
|
|
|
|
HOST_OS = POSIX
|
|
|