aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs19
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-12-23 05:39:20 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-12-23 05:39:20 +0000
commit76be313fb7a6f8256ea2bd9279e611f86b3752e9 (patch)
tree40ae3786e94af04f799b0ee962334f113b214d42 /editors/emacs19
parentb7fa3dd64d055ca7c992d3a9944bfa1982fd686c (diff)
downloadports-76be313fb7a6f8256ea2bd9279e611f86b3752e9.tar.gz
ports-76be313fb7a6f8256ea2bd9279e611f86b3752e9.zip
Rename a patch file that didn't adhere to the usual naming
conventions.
Notes
Notes: svn path=/head/; revision=9154
Diffstat (limited to 'editors/emacs19')
-rw-r--r--editors/emacs19/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs19/files/patch-ab b/editors/emacs19/files/patch-ab
new file mode 100644
index 000000000000..16aee5fa323f
--- /dev/null
+++ b/editors/emacs19/files/patch-ab
@@ -0,0 +1,11 @@
+--- ./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)