updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / emacs-color-theme / fix-build.patch
blobcadb1ae05a1c9043b34819581a79e9c4f1e50c9a
1 --- Makefile.orig 2009-05-15 18:22:49.000000000 +0200
2 +++ Makefile 2009-05-16 08:59:36.000000000 +0200
3 @@ -15,6 +15,7 @@
4 TARGET = $(patsubst %.el,%.elc,$(SPECIAL) $(SOURCE))
5 MANUAL = color-theme
6 MISC = AUTHORS COPYING ChangeLog Makefile.defs Makefile $(AUTOLOADFILE).in
7 +LOADPATH = "$(shell pwd)" "$(shell pwd)/themes"
8 #AUTHORS CREDITS HISTORY NEWS README Makefile ChangeLog \
9 #ChangeLog.2005 ChangeLog.2004 ChangeLog.2003 ChangeLog.2002 \
10 #ChangeLog.2001 servers.pl color-theme-auto.in color-theme.texi
11 @@ -47,7 +48,7 @@
13 %.elc: %.el
14 @$(EMACS) $(OPTIONCOMPILE) \
15 - --eval '(setq load-path (cons "." load-path))' \
16 + --eval '(setq load-path (append load-path (list $(LOADPATH))))' \
17 -f batch-byte-compile $<
19 %.info: %.texi