summaryrefslogtreecommitdiff
path: root/archivers/lz4/patches/patch-Makefile
blob: 10ef468ce3522cf8a9fe42fa16152e1103021f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-Makefile,v 1.6 2016/12/07 21:34:58 fhajny Exp $

Unlock install target.

--- Makefile.orig	2016-11-22 20:34:17.000000000 +0000
+++ Makefile
@@ -81,10 +81,6 @@ clean:
 	@echo Cleaning completed
 
 
-#------------------------------------------------------------------------
-#make install is validated only for Linux, OSX, kFreeBSD, Hurd and
-#FreeBSD targets
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD))
 HOST_OS = POSIX
 
 install:
@@ -138,7 +134,6 @@ examples:
 	$(MAKE) -C $(PRGDIR) lz4
 	$(MAKE) -C examples test
 
-endif
 
 
 ifneq (,$(filter MSYS%,$(shell uname)))