mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
LOCALBASE and X11BASE for .pc files, so ports that live in X11BASE will be able to use pkgconfig.
14 lines
264 B
C
14 lines
264 B
C
|
|
$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);
|
|
}
|
|
}
|
|
|