pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/zstd
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 19 10:44:39 UTC 2024
Modified Files:
pkgsrc/archivers/zstd: Makefile
Log Message:
zstd: do not build zlibwrapper
It is only an example and is not installed.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/archivers/zstd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/zstd/Makefile
diff -u pkgsrc/archivers/zstd/Makefile:1.50 pkgsrc/archivers/zstd/Makefile:1.51
--- pkgsrc/archivers/zstd/Makefile:1.50 Sun Nov 12 21:40:38 2023
+++ pkgsrc/archivers/zstd/Makefile Tue Mar 19 10:44:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2023/11/12 21:40:38 nia Exp $
+# $NetBSD: Makefile,v 1.51 2024/03/19 10:44:38 nia Exp $
DISTNAME= zstd-1.5.5
CATEGORIES= archivers
@@ -45,10 +45,10 @@ PTHREAD_OPTS= optional
.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "native" && !${MACHINE_PLATFORM:MDarwin-*-powerpc*}
-BUILD_TARGET= lib zstd zlibwrapper
+BUILD_TARGET= lib zstd
TEST_TARGET= test
.else
-BUILD_TARGET= lib-nomt zstd zlibwrapper
+BUILD_TARGET= lib-nomt zstd
.endif
.if ${MACHINE_PLATFORM:MDarwin-*-powerpc*}
Home |
Main Index |
Thread Index |
Old Index