pkgsrc-WIP-changes archive

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

di: fix pkg-config file



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Jun 24 05:19:56 2026 +0200
Changeset:	e0e1d15db04f4efeb55efdc679ebe8f6fdaf1ae8

Modified Files:
	di/Makefile

Log Message:
di: fix pkg-config file

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e0e1d15db04f4efeb55efdc679ebe8f6fdaf1ae8

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

diffstat:
 di/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/di/Makefile b/di/Makefile
index baa2d7ecb4..181a4d245a 100644
--- a/di/Makefile
+++ b/di/Makefile
@@ -13,6 +13,8 @@ USE_LANGUAGES=		c
 USE_TOOLS+=		msgfmt pkg-config sed tr grep sh
 USE_PKGLOCALEDIR=	yes
 
+PKGCONFIG_OVERRIDE=	di.pc.in
+
 .include "../../devel/cmake/build.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index