ports/editors/emacs.app/files/patch-src-Makefile.in
Dirk Meyer a953ca4ff7 - avoid fixed pathname
- fix build with new gnustep-gui
- take maintainership
Approved by:	maintainer
2008-04-29 18:49:33 +00:00

11 lines
527 B
Text

--- src/Makefile.in.orig 2006-09-21 02:39:29.000000000 +0200
+++ src/Makefile.in 2008-04-29 20:24:21.000000000 +0200
@@ -1051,7 +1051,7 @@
often contain options that have to do with using Emacs's crt0,
which are only good with temacs. */
prefix-args${EXEEXT}: prefix-args.c $(config_h)
- $(CC) $(ALL_CFLAGS) $(LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args
+ $(CC) $(ALL_CFLAGS) LD_SWITCH_SITE $(LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args
/* Don't lose if this was not defined. */
#ifndef OLDXMENU_OPTIONS