pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libgcrypt Add missing pkg-config override for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac3cd2dfa050
branches:  trunk
changeset: 385469:ac3cd2dfa050
user:      nros <nros%pkgsrc.org@localhost>
date:      Sun Sep 18 08:50:59 2022 +0000

description:
Add missing pkg-config override for libgcrypt

diffstat:

 security/libgcrypt/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a7a0a16c1a9c -r ac3cd2dfa050 security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile       Sun Sep 18 08:42:45 2022 +0000
+++ b/security/libgcrypt/Makefile       Sun Sep 18 08:50:59 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2022/03/29 07:16:00 adam Exp $
+# $NetBSD: Makefile,v 1.107 2022/09/18 08:50:59 nros Exp $
 
 DISTNAME=      libgcrypt-1.10.1
 CATEGORIES=    security
@@ -28,6 +28,8 @@
 SUBST_MESSAGE.rpath=   Fixing rpath flags
 SUBST_VARS.rpath=      COMPILER_RPATH_FLAG
 
+PKGCONFIG_OVERRIDE+=   src/libgcrypt.pc.in
+
 .include "options.mk"
 
 BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.13



Home | Main Index | Thread Index | Old Index