pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/buildlink3



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Dec  6 22:27:23 UTC 2023

Modified Files:
        pkgsrc/mk/buildlink3: find-pkgconfig-files.mk

Log Message:
mk: add another path for builtin pkg-config files, for RHEL derivatives


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mk/buildlink3/find-pkgconfig-files.mk

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

Modified files:

Index: pkgsrc/mk/buildlink3/find-pkgconfig-files.mk
diff -u pkgsrc/mk/buildlink3/find-pkgconfig-files.mk:1.3 pkgsrc/mk/buildlink3/find-pkgconfig-files.mk:1.4
--- pkgsrc/mk/buildlink3/find-pkgconfig-files.mk:1.3    Mon Jun 13 06:54:10 2022
+++ pkgsrc/mk/buildlink3/find-pkgconfig-files.mk        Wed Dec  6 22:27:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: find-pkgconfig-files.mk,v 1.3 2022/06/13 06:54:10 rillig Exp $
+# $NetBSD: find-pkgconfig-files.mk,v 1.4 2023/12/06 22:27:22 tnn Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -57,6 +57,7 @@
 # Keywords: pkg-config pc
 
 BUILTIN_PKGCONFIG_DIRS?=       /usr/lib/pkgconfig                              \
+                               /usr/lib64/pkgconfig                            \
                                /usr/share/pkgconfig                            \
                                /usr/libdata/pkgconfig                          \
                                /usr/lib/x86_64-linux-gnu/pkgconfig             \



Home | Main Index | Thread Index | Old Index