pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/grpc



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun Apr  9 09:26:49 UTC 2023

Modified Files:
        pkgsrc/net/grpc: Makefile

Log Message:
net/grpc: add pkgconfig override


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/net/grpc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/grpc/Makefile
diff -u pkgsrc/net/grpc/Makefile:1.67 pkgsrc/net/grpc/Makefile:1.68
--- pkgsrc/net/grpc/Makefile:1.67       Wed Mar  8 09:59:45 2023
+++ pkgsrc/net/grpc/Makefile    Sun Apr  9 09:26:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2023/03/08 09:59:45 adam Exp $
+# $NetBSD: Makefile,v 1.68 2023/04/09 09:26:49 nros Exp $
 
 DISTNAME=      grpc-1.51.3
 CATEGORIES=    net
@@ -32,6 +32,8 @@ SITES.${CENSUS_DIST}= -${MASTER_SITE_GIT
 
 DISTFILES=     ${DEFAULT_DISTFILES} ${CENSUS_DIST}
 
+PKGCONFIG_OVERRIDE=    cmake/pkg-config-template.pc.in
+
 post-extract:
        ${RMDIR} ${WRKSRC}/third_party/opencensus-proto
        ${LN} -s ${WRKDIR}/opencensus-proto-* ${WRKSRC}/third_party/opencensus-proto



Home | Main Index | Thread Index | Old Index