pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/editorconfig-core



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Nov 30 23:20:25 UTC 2022

Modified Files:
        pkgsrc/devel/editorconfig-core: Makefile

Log Message:
Add missing PKGCONFIG_OVERRIDE


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/editorconfig-core/Makefile

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

Modified files:

Index: pkgsrc/devel/editorconfig-core/Makefile
diff -u pkgsrc/devel/editorconfig-core/Makefile:1.4 pkgsrc/devel/editorconfig-core/Makefile:1.5
--- pkgsrc/devel/editorconfig-core/Makefile:1.4 Sat Mar 20 18:52:45 2021
+++ pkgsrc/devel/editorconfig-core/Makefile     Wed Nov 30 23:20:25 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/03/20 18:52:45 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/11/30 23:20:25 nros Exp $
 
 DISTNAME=      editorconfig-core-c-0.12.4
 PKGNAME=       ${DISTNAME:S/c-//}
@@ -14,6 +14,8 @@ LICENSE=      2-clause-bsd
 
 USE_CMAKE=     yes
 
+PKGCONFIG_OVERRIDE=    src/lib/editorconfig.pc.in
+
 .include "options.mk"
 
 .include "../../devel/pcre2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index