diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs20/patches/patch-am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/xemacs20/patches/patch-am b/editors/xemacs20/patches/patch-am new file mode 100644 index 00000000000..12645ad3b99 --- /dev/null +++ b/editors/xemacs20/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 1999/04/24 11:04:22 tron Exp $ + +--- src/Makefile.in.in.orig Mon Feb 2 06:30:28 1998 ++++ src/Makefile.in.in Sat Apr 24 12:33:12 1999 +@@ -55,7 +55,7 @@ + c_switch_all=@c_switch_all@ + ld_switch_general=@ld_switch_general@ + ld_switch_window_system=@ld_switch_window_system@ +-ld_switch_all=@ld_switch_all@ ++ld_switch_all=@ld_switch_all@ @LDFLAGS@ + ld_libs_general=@ld_libs_general@ + ld_libs_window_system=@ld_libs_window_system@ + ld_libs_all=@ld_libs_all@ |