summaryrefslogtreecommitdiff
path: root/devel/pkg-config/files/patch-pkg.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-29 11:50:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-29 11:50:03 +0000
commitcb2d1f7fd64f40aa1a7fa460dbf195a4a021c2e7 (patch)
tree7f2db5c61d28f51f1c483fc5d27ec351e7775894 /devel/pkg-config/files/patch-pkg.c
parentDelete ipfw rule on stop (commented out) (diff)
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.
Notes
Notes: svn path=/head/; revision=42028
Diffstat (limited to 'devel/pkg-config/files/patch-pkg.c')
-rw-r--r--devel/pkg-config/files/patch-pkg.c14
1 files changed, 14 insertions, 0 deletions
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);
+ }
+ }
+