summaryrefslogtreecommitdiff
path: root/development/xemacs/patches
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-07-26 02:03:27 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-07 23:02:06 +0700
commitbee27706f6940b66aad4c6c2d259dddcd03ed3b5 (patch)
treea50bb443b09f3935c0a8d45575bcaa96affd7b1e /development/xemacs/patches
parent4eba879a92c7c14074cecca929cb703be6cc35c3 (diff)
downloadslackbuilds-bee27706f6940b66aad4c6c2d259dddcd03ed3b5.tar.gz
development/xemacs: Removed (unmaintained @ SBo)
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xemacs/patches')
-rw-r--r--development/xemacs/patches/lib64.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/development/xemacs/patches/lib64.patch b/development/xemacs/patches/lib64.patch
deleted file mode 100644
index 4a1ff07097..0000000000
--- a/development/xemacs/patches/lib64.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- xemacs-21.5.34/lisp/find-paths.el.old 2016-01-04 18:49:46.227528964 +0700
-+++ xemacs-21.5.34/lisp/find-paths.el 2016-01-04 18:50:32.334978047 +0700
-@@ -226,7 +226,7 @@
- roots
- (file-name-as-directory
- (paths-construct-path (list
-- (if arch-dependent-p "lib" "share")
-+ (if arch-dependent-p "lib64" "share")
- emacs-program-name)))
- bases
- envvar default))
-@@ -276,7 +276,7 @@
- roots
- (file-name-as-directory
- (paths-construct-path
-- (list (if arch-dependent-p "lib" "share")
-+ (list (if arch-dependent-p "lib64" "share")
- (construct-emacs-version-name))))
- bases
- envvar default))