diff options
Diffstat (limited to 'archivers/zstd/patches/patch-Makefile')
-rw-r--r-- | archivers/zstd/patches/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/zstd/patches/patch-Makefile b/archivers/zstd/patches/patch-Makefile index 97eaf1c0847..38c748bc1f9 100644 --- a/archivers/zstd/patches/patch-Makefile +++ b/archivers/zstd/patches/patch-Makefile @@ -1,10 +1,10 @@ -$NetBSD: patch-Makefile,v 1.8 2018/10/07 06:25:30 adam Exp $ +$NetBSD: patch-Makefile,v 1.9 2021/01/03 14:55:50 adam Exp $ Enable the "install" target on all OS. ---- Makefile.orig 2018-10-05 16:34:52.000000000 +0000 +--- Makefile.orig 2020-12-19 00:39:42.000000000 +0000 +++ Makefile -@@ -113,7 +113,6 @@ clean: +@@ -149,7 +149,6 @@ clean: #------------------------------------------------------------------------------ # make install is validated only for Linux, macOS, Hurd and some BSD targets #------------------------------------------------------------------------------ @@ -12,7 +12,7 @@ Enable the "install" target on all OS. HOST_OS = POSIX CMAKE_PARAMS = -DZSTD_BUILD_CONTRIB:BOOL=ON -DZSTD_BUILD_STATIC:BOOL=ON -DZSTD_BUILD_TESTS:BOOL=ON -DZSTD_ZLIB_SUPPORT:BOOL=ON -DZSTD_LZMA_SUPPORT:BOOL=ON -DCMAKE_BUILD_TYPE=Release -@@ -319,7 +318,6 @@ clang38install: +@@ -356,7 +355,6 @@ clang38install: lz4install: [ -e lz4 ] || git clone https://github.com/lz4/lz4 && sudo $(MAKE) -C lz4 install |