pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers Document workarounds.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6aa0014c0c75
branches: trunk
changeset: 453817:6aa0014c0c75
user: nia <nia%pkgsrc.org@localhost>
date: Thu Jun 03 06:54:59 2021 +0000
description:
Document workarounds.
diffstat:
archivers/lz4/Makefile | 3 ++-
archivers/zstd/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r a8c00a2bc70a -r 6aa0014c0c75 archivers/lz4/Makefile
--- a/archivers/lz4/Makefile Thu Jun 03 06:53:00 2021 +0000
+++ b/archivers/lz4/Makefile Thu Jun 03 06:54:59 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2021/06/02 20:01:42 nia Exp $
+# $NetBSD: Makefile,v 1.22 2021/06/03 06:55:00 nia Exp $
DISTNAME= lz4-1.9.3
CATEGORIES= archivers
@@ -15,6 +15,7 @@
PKGCONFIG_OVERRIDE+= lib/liblz4.pc.in
TEST_TARGET= test
+# Needed for nanosleep() on Solaris 10, PR pkg/56226
LDFLAGS.SunOS+= -lrt
.include "../../mk/bsd.pkg.mk"
diff -r a8c00a2bc70a -r 6aa0014c0c75 archivers/zstd/Makefile
--- a/archivers/zstd/Makefile Thu Jun 03 06:53:00 2021 +0000
+++ b/archivers/zstd/Makefile Thu Jun 03 06:54:59 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2021/06/03 06:43:42 nia Exp $
+# $NetBSD: Makefile,v 1.43 2021/06/03 06:54:59 nia Exp $
DISTNAME= zstd-1.5.0
CATEGORIES= archivers
@@ -43,6 +43,7 @@
BUILD_TARGET= allmost
TEST_TARGET= test
+# Needed for nanosleep() on Solaris 10, PR pkg/56225
LDFLAGS.SunOS+= -lrt
.include "../../archivers/lz4/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index