Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/libzip libzip: update bl3.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81890191c68b
branches:  trunk
changeset: 434360:81890191c68b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 14 22:18:54 2020 +0000

description:
libzip: update bl3.mk

Stop linking lib/libzip/include, does not exist since 1.3.1; and depend
on that version (from 2017).

Link bin/zipcmp for the cmake infrastructure (the cmake support
files are looking for zipcmp in the same place as the headers/library).

The latter fixes a build problem in mgba reported by nia.

diffstat:

 archivers/libzip/buildlink3.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r a719a3610c91 -r 81890191c68b archivers/libzip/buildlink3.mk
--- a/archivers/libzip/buildlink3.mk    Sun Jun 14 22:01:23 2020 +0000
+++ b/archivers/libzip/buildlink3.mk    Sun Jun 14 22:18:54 2020 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: buildlink3.mk,v 1.22 2020/06/05 10:44:48 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.23 2020/06/14 22:18:54 wiz Exp $
 
 BUILDLINK_TREE+=       libzip
 
 .if !defined(LIBZIP_BUILDLINK3_MK)
 LIBZIP_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libzip+= libzip>=0.7.1
+BUILDLINK_API_DEPENDS.libzip+= libzip>=1.3.1
 BUILDLINK_ABI_DEPENDS.libzip+= libzip>=1.6.1nb2
 BUILDLINK_PKGSRCDIR.libzip?=   ../../archivers/libzip
 
-BUILDLINK_INCDIRS.libzip=      include lib/libzip/include
+BUILDLINK_FILES.libzip+=               bin/zipcmp
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index