opnsense-ports/archivers/zstd/files/patch-Makefile
Franco Fichtner 4178ffc886 */*: sync with upstream
Taken from: FreeBSD
2016-08-01 06:46:33 +02:00

11 lines
507 B
Text

--- Makefile.orig 2016-07-16 18:17:53 UTC
+++ Makefile
@@ -73,7 +73,7 @@ clean:
#------------------------------------------------------------------------
#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets
#------------------------------------------------------------------------
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly))
HOST_OS = POSIX
install:
$(MAKE) -C $(ZSTDDIR) $@