pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/utf8proc



Module Name:    pkgsrc
Committed By:   nros
Date:           Tue Nov 28 10:13:20 UTC 2023

Modified Files:
        pkgsrc/converters/utf8proc: Makefile

Log Message:
utf8proc: add missing pkgconfig override


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/converters/utf8proc/Makefile

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

Modified files:

Index: pkgsrc/converters/utf8proc/Makefile
diff -u pkgsrc/converters/utf8proc/Makefile:1.17 pkgsrc/converters/utf8proc/Makefile:1.18
--- pkgsrc/converters/utf8proc/Makefile:1.17    Mon Oct 23 14:04:18 2023
+++ pkgsrc/converters/utf8proc/Makefile Tue Nov 28 10:13:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2023/10/23 14:04:18 micha Exp $
+# $NetBSD: Makefile,v 1.18 2023/11/28 10:13:20 nros Exp $
 
 DISTNAME=      utf8proc-2.9.0
 CATEGORIES=    converters
@@ -16,6 +16,8 @@ USE_LIBTOOL=          yes
 
 INSTALLATION_DIRS=     include lib lib/pkgconfig
 
+PKGCONFIG_OVERRIDE=    libutf8proc.pc.in
+
 # Use ABI version from CMakeLists.txt to stay compatible with cmake builds
 MAJOR= 3
 MINOR= 0



Home | Main Index | Thread Index | Old Index