summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-17 22:14:40 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-17 22:14:40 +0000
commitede911a1afab35e6c47baec526baa96b046c58c8 (patch)
tree9ff60b511975d87bdf4326ecf1cca9a21eb45c3d /mail/mutt-devel/files
parentLoosen the restriction on when the check for GNOME 1.x components is run. (diff)
- Fix package plist when only using WITH_MUTT_PGP_OUTLOOK_PATCH.
- Do not use -pedantic in CFLAGS when building the port. - Add the new knob WITH_MUTT_EDIT_THREADS (suggested by Roman Neuhauser <neuhauser@bellavista.cz>) PR: 40698, 40580 Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r--mail/mutt-devel/files/patch-0116
1 files changed, 13 insertions, 3 deletions
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01
index 2101e8547ff2..c199f9d04c52 100644
--- a/mail/mutt-devel/files/patch-01
+++ b/mail/mutt-devel/files/patch-01
@@ -1,6 +1,6 @@
---- configure.in.orig Thu Nov 8 23:39:59 2001
-+++ configure.in Mon Nov 26 20:29:39 2001
-@@ -569,7 +569,7 @@
+--- configure.in.orig Thu May 2 01:21:49 2002
++++ configure.in Wed Jul 17 17:08:49 2002
+@@ -591,7 +591,7 @@
then
if test "$with_sasl" != "yes"
then
@@ -8,3 +8,13 @@
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl"
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
fi
+
+@@ -644,7 +644,7 @@
+ fi])
+
+ if test x$GCC = xyes -a $mutt_cv_warnings = yes; then
+- CFLAGS="-Wall -pedantic $CFLAGS"
++ CFLAGS="-Wall $CFLAGS"
+ fi
+
+ AC_ARG_ENABLE(nfs-fix, [ --enable-nfs-fix Work around an NFS with broken attributes caching ],