From bee27706f6940b66aad4c6c2d259dddcd03ed3b5 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 26 Jul 2021 02:03:27 -0500 Subject: development/xemacs: Removed (unmaintained @ SBo) Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/xemacs/patches/lib64.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 development/xemacs/patches/lib64.patch (limited to 'development/xemacs/patches') 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)) -- cgit v1.2.3