diff options
Diffstat (limited to 'editors/jde/patches/patch-aa')
-rw-r--r-- | editors/jde/patches/patch-aa | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/editors/jde/patches/patch-aa b/editors/jde/patches/patch-aa new file mode 100644 index 00000000000..bcebc849b91 --- /dev/null +++ b/editors/jde/patches/patch-aa @@ -0,0 +1,35 @@ +$NetBSD: patch-aa,v 1.1 2003/01/11 08:53:05 uebayasi Exp $ + +--- makefile.orig Mon Dec 30 14:28:06 2002 ++++ makefile +@@ -9,10 +9,10 @@ + EMACS = emacs + + # Default locations of the packages required to compile the JDE. +-EIEIO = ../../eieio +-ELIB = ../../elib +-SEMANTIC = ../../semantic +-SPEEDBAR = ../../speedbar ++EIEIO = ${EMACS_LISPPREFIX}/eieio ++ELIB = ${EMACS_LISPPREFIX}/elib ++SEMANTIC = ${EMACS_LISPPREFIX}/semantic ++SPEEDBAR = ${EMACS_LISPPREFIX}/speedbar + + all: + test -d $(SEMANTIC) -a -d $(SPEEDBAR) -a -d $(ELIB) -a -d $(EIEIO) +@@ -25,7 +25,7 @@ + echo "(setq debug-on-error t)" >> jde-compile-script-init + echo "(require 'jde-compat)" >> jde-compile-script-init + echo "(require 'jde)" >>jde-compile-script-init +- $(EMACS) -batch -l jde-compile-script-init -f batch-byte-compile *.el ++ -$(EMACS) -batch -l jde-compile-script-init -f batch-byte-compile *.el + rm -f jde-compile-script-init + + # +@@ -50,4 +50,4 @@ + # + # + +-# End of makefile +\ No newline at end of file ++# End of makefile |