diff options
author | 2010-09-09 11:44:30 +0000 | |
---|---|---|
committer | 2010-09-09 11:44:30 +0000 | |
commit | 1dd3eabfd43481ac84e4dc586e3316e1f4f400e0 (patch) | |
tree | 2ebe494850031756e12dfaf34406c7a452f0bc6b /app-emacs/edb/files | |
parent | Fixed 402-oggzfbsd.patch (bug #336504). (diff) | |
download | historical-1dd3eabfd43481ac84e4dc586e3316e1f4f400e0.tar.gz historical-1dd3eabfd43481ac84e4dc586e3316e1f4f400e0.tar.bz2 historical-1dd3eabfd43481ac84e4dc586e3316e1f4f400e0.zip |
Fix test failure caused by wrong load-path, bug 319385.
Package-Manager: portage-2.2_rc71/cvs/Linux x86_64
Diffstat (limited to 'app-emacs/edb/files')
-rw-r--r-- | app-emacs/edb/files/edb-1.31-skram-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emacs/edb/files/edb-1.31-skram-path.patch b/app-emacs/edb/files/edb-1.31-skram-path.patch new file mode 100644 index 000000000000..75921ca00160 --- /dev/null +++ b/app-emacs/edb/files/edb-1.31-skram-path.patch @@ -0,0 +1,11 @@ +--- edb-1.31-orig/skram/GNUmakefile.in ++++ edb-1.31/skram/GNUmakefile.in +@@ -48,7 +48,7 @@ + # + # Until that change is distributed, here is a workaround: + wily-emacs = $(ebatch) \ +- --eval '(add-to-list (quote load-path) (expand-file-name "$(topdir)"))' \ ++ --eval '(add-to-list (quote load-path) (expand-file-name "$(topdir)/lisp"))' \ + --eval '(require (quote database))' + + sk2: skram.data |