mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
11 lines
527 B
Text
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
|