summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-04-11 04:00:17 +0000
committeruebayasi <uebayasi>2003-04-11 04:00:17 +0000
commit9db7d982a684feadeb8f6b779cb2bc74bc59b435 (patch)
tree47a762f6f098a70fe7688e92156d2f0e2060ad85 /editors/emacs20/patches
parent2c6f5f9066523c9b4613f0b880313893645b4497 (diff)
downloadpkgsrc-9db7d982a684feadeb8f6b779cb2bc74bc59b435.tar.gz
* Put back the 'EMACS_USE_X' option, which is needed since we don't have
-nox11 for Emacs 20. * Buildlink2 clean up. Include xaw.buildlink2.mk when either Lucid or Athena is used. (Lucid uses Athena.) Included motif.buildlink2.mk when Motif is used. XXX While this, we need to link temacs against X libs, which may break Unexec stuffs on NetBSD/pmax, which was fixed around 1999/01 - 1999/02. I suppose this doesn't change the resulting binary packages.
Diffstat (limited to 'editors/emacs20/patches')
-rw-r--r--editors/emacs20/patches/patch-af13
1 files changed, 2 insertions, 11 deletions
diff --git a/editors/emacs20/patches/patch-af b/editors/emacs20/patches/patch-af
index 9efb2bbe21a..5a042bc6772 100644
--- a/editors/emacs20/patches/patch-af
+++ b/editors/emacs20/patches/patch-af
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
+$NetBSD: patch-af,v 1.2 2003/04/11 04:00:18 uebayasi Exp $
---- src/Makefile.in.orig Thu Jan 16 19:08:48 2003
+--- src/Makefile.in.orig Thu Mar 27 12:43:25 2003
+++ src/Makefile.in
@@ -329,7 +329,7 @@
#ifdef USE_X_TOOLKIT
@@ -20,15 +20,6 @@ $NetBSD: patch-af,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
#endif
#ifndef LIB_GCC
-@@ -457,7 +457,7 @@
- #endif /* not ORDINARY_LINK */
-
- ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
-- LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE $(LDFLAGS)
-+ LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE
-
- /* A macro which other sections of Makefile can redefine to munge the
- flags before they're passed to LD. This is helpful if you have
@@ -804,14 +804,7 @@
#define OBJECTS_MACHINE
#endif