From cb2d1f7fd64f40aa1a7fa460dbf195a4a021c2e7 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sun, 29 Apr 2001 11:50:03 +0000 Subject: In addition to PREFIX/libdata/pkgconfig scan appropriate directory under LOCALBASE and X11BASE for .pc files, so ports that live in X11BASE will be able to use pkgconfig. --- devel/pkg-config/files/patch-pkg.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 devel/pkg-config/files/patch-pkg.c (limited to 'devel/pkg-config/files/patch-pkg.c') diff --git a/devel/pkg-config/files/patch-pkg.c b/devel/pkg-config/files/patch-pkg.c new file mode 100644 index 000000000000..56a934c0b0b5 --- /dev/null +++ b/devel/pkg-config/files/patch-pkg.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- pkg.c 2001/04/29 11:38:41 1.1 ++++ pkg.c 2001/04/29 11:39:06 +@@ -97,6 +97,8 @@ + + g_slist_foreach (search_dirs, (GFunc)scan_dir, NULL); + scan_dir (PKGLIBDIR); ++ scan_dir (XPKGLIBDIR); ++ scan_dir (LPKGLIBDIR); + } + } + -- cgit v1.2.3