diff options
Diffstat (limited to 'devel/pkgconfig/files/patch-pkg.c')
-rw-r--r-- | devel/pkgconfig/files/patch-pkg.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/pkgconfig/files/patch-pkg.c b/devel/pkgconfig/files/patch-pkg.c new file mode 100644 index 000000000000..56a934c0b0b5 --- /dev/null +++ b/devel/pkgconfig/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); + } + } + |