diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-05 20:30:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-05 20:30:19 +0000 |
commit | a29c36e727edeca891075d394569fb0fc48d80f3 (patch) | |
tree | 6740bbe61f21c93b7ef06e1a61b6a35a2ec882fb /mail/mutt14/files/patch-04 | |
parent | add chitex (diff) |
Update this to build with proper dependancies again.
When I added the folder compression patch, I didn't realize we now needed
automake & autoconf. Bringing those two in, now makes gmake required. :-(
Also we can't patch `configure' as before, now we must patch `configure.in'
and `aclocal.m4'.
Notes
Notes:
svn path=/head/; revision=51090
Diffstat (limited to 'mail/mutt14/files/patch-04')
-rw-r--r-- | mail/mutt14/files/patch-04 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/mutt14/files/patch-04 b/mail/mutt14/files/patch-04 deleted file mode 100644 index f0763a9c7060..000000000000 --- a/mail/mutt14/files/patch-04 +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Tue Jan 18 14:19:14 2000 -+++ configure Tue Feb 29 01:47:49 2000 -@@ -1925,6 +1925,9 @@ - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ - char $ac_func(); -+#ifdef __FreeBSD__ -+#define bkgdset initscr -+#endif - - int main() { - -@@ -5710,7 +5713,7 @@ - s%@FFLAGS@%$FFLAGS%g - s%@DEFS@%$DEFS%g - s%@LDFLAGS@%$LDFLAGS%g --s%@LIBS@%$LIBS%g -+s%@LIBS@%$LIBS -lxpg4%g - s%@exec_prefix@%$exec_prefix%g - s%@prefix@%$prefix%g - s%@program_transform_name@%$program_transform_name%g |