bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3146: ns: mac-fix-env: CFLAGS / needed?


From: David Reitter
Subject: bug#3146: ns: mac-fix-env: CFLAGS / needed?
Date: Tue, 28 Apr 2009 11:03:22 -0400

the mac-fix-env program is compiled without the CFLAGS. See patch below.

However, I believe the program is flawed in other ways, given that Leopard provides a method (using /etc/paths) to set the environment that, I believe, supersedes the former environment.plist technique.

If that is true, we should either fix mac-fix-env or get rid of it. (It's also duplicated functionality, given that there is an import function in Lisp for this).




diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 612cc94..ffdeacc 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -451,4 +451,4 @@ update-game-score.o: ${srcdir}/update-game- score.c ../src/config.h $(GETOPT_H)
          -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""

 mac-fix-env: ${srcdir}/mac-fix-env.m
- $(CC) -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation + $(CC) ${ALL_CFLAGS} -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind - framework Foundation

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]