My patches to muttzilla
Status: Alpha
Brought to you by:
bdwinters
|
From: Bob B. <bo...@zk...> - 2000-07-31 18:23:50
|
I've made a few changes to muttzilla on my system. I've attached
the patch I use to build muttzilla, although it wouldn't be appropriate
for everyone. Some of my changes should probably go into the CVS tree,
though.
The changes I've made [as I recall, it's been a while :-) ]:
- Adjusted CFLAGS to proper warning string ('-w0') on Tru64 UNIX.
- Changed LDFLAGS to Tru64 equivalent
- Change `make clean` to remove additional file on Tru64
- Changed copyright string for Tru64's compiler
- Added '#include <string.h>' to mzbase.c
The first three items are specific to Tru64 UNIX and would probably
be solved by using the GNU distribution system (autoconf, automake,
libtool, etc.). The fourth was to allow proper compilation on Tru64,
but should proper be changed in the main source tree. The final item
should also be changed to allow compilation on other platforms.
Also, I had to change the lib/muttzilla/mutt script to start mutt.
I believe there was a problem with where the To address was being put on
the command line. I've attached my mutt script.
--
Bob Bell Compaq Computer Corporation
Software Engineer 110 Spit Brook Rd - ZKO3-3/U14
TruCluster Group Nashua, NH 03062-2698
bo...@zk... 603-884-0595
|