diff options
Diffstat (limited to 'app-editors/emacs/files/emacs-24.4-preload-hack.patch')
-rw-r--r-- | app-editors/emacs/files/emacs-24.4-preload-hack.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-editors/emacs/files/emacs-24.4-preload-hack.patch b/app-editors/emacs/files/emacs-24.4-preload-hack.patch deleted file mode 100644 index 8bed0bd1..00000000 --- a/app-editors/emacs/files/emacs-24.4-preload-hack.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/Makefile.in 2014-05-26 16:50:55.000000000 -0100 -+++ b/src/Makefile.in 2015-02-03 20:25:11.915270649 -0100 -@@ -292,7 +292,7 @@ - - GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ - --RUN_TEMACS = ./temacs -+RUN_TEMACS = LD_PRELOAD=../preload.so ./temacs - - ## Invoke ../nt/addsection for MinGW, ":" elsewhere. - TEMACS_POST_LINK = @TEMACS_POST_LINK@ |