mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
76be313fb7
conventions.
12 lines
601 B
Plaintext
12 lines
601 B
Plaintext
--- ./src/xrdb.c.org Sat Apr 8 21:54:08 1995
|
||
+++ ./src/xrdb.c Mon Sep 11 21:53:29 1995
|
||
@@ -361,7 +361,7 @@
|
||
|
||
/* Producing databases for individual sources. */
|
||
|
||
-#define X_DEFAULT_SEARCH_PATH "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S"
|
||
+#define X_DEFAULT_SEARCH_PATH "/usr/X11R6/lib/X11/%L/%T/%N%C%S:/usr/X11R6/lib/X11/%l/%T/%N%C%S:/usr/X11R6/lib/X11/%T/%N%C%S:/usr/X11R6/lib/X11/%L/%T/%N%S:/usr/X11R6/lib/X11/%l/%T/%N%S:/usr/X11R6/lib/X11/%T/%N%S"
|
||
|
||
static XrmDatabase
|
||
get_system_app (class)
|