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:           Sun Nov 12 21:40:38 UTC 2023

Modified Files:
        pkgsrc/archivers/zstd: Makefile

Log Message:
Fix braino.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 pkgsrc/archivers/zstd/Makefile:1.50
--- pkgsrc/archivers/zstd/Makefile:1.49 Fri Nov 10 11:49:31 2023
+++ pkgsrc/archivers/zstd/Makefile      Sun Nov 12 21:40:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2023/11/10 11:49:31 nia Exp $
+# $NetBSD: Makefile,v 1.50 2023/11/12 21:40:38 nia Exp $
 
 DISTNAME=      zstd-1.5.5
 CATEGORIES=    archivers
@@ -44,7 +44,7 @@ PTHREAD_OPTS=         optional
 
 .include "../../mk/pthread.buildlink3.mk"
 
-.if ${PTHREAD_TYPE} == "native" || ${MACHINE_PLATFORM:MDarwin-*-powerpc*}
+.if ${PTHREAD_TYPE} == "native" && !${MACHINE_PLATFORM:MDarwin-*-powerpc*}
 BUILD_TARGET=          lib zstd zlibwrapper
 TEST_TARGET=           test
 .else



Home | Main Index | Thread Index | Old Index