ports/archivers/lz4/patches/patch-Makefile_inc

13 lines
452 B
Text
Raw Normal View History

2023-08-23 18:07:35 +00:00
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