aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt/files
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-11-11 22:29:03 +0800
committerlioux <lioux@FreeBSD.org>2002-11-11 22:29:03 +0800
commite2d9cbd04b7460ccf38cdf4c1974807d9f11e8b2 (patch)
treee11c36db06d8d8c5deed6139b34197d954828995 /mail/mutt/files
parent006aa3e4891b5ebd169b3dc2d11a614e8c7c2a2c (diff)
downloadfreebsd-ports-graphics-e2d9cbd04b7460ccf38cdf4c1974807d9f11e8b2.tar.gz
freebsd-ports-graphics-e2d9cbd04b7460ccf38cdf4c1974807d9f11e8b2.tar.zst
freebsd-ports-graphics-e2d9cbd04b7460ccf38cdf4c1974807d9f11e8b2.zip
o Fix build to match recent updates in GNU auto* support in bsd.port.mk
o Deploy USE_REINPLACE instead of PERL o Fix warning messages in -CURRENT PR: 45212 Submitted by: maintainer
Diffstat (limited to 'mail/mutt/files')
-rw-r--r--mail/mutt/files/patch-configure.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/mutt/files/patch-configure.in b/mail/mutt/files/patch-configure.in
index 20909e07a9a..0b37933c1c6 100644
--- a/mail/mutt/files/patch-configure.in
+++ b/mail/mutt/files/patch-configure.in
@@ -1,5 +1,5 @@
---- configure.in.orig Fri Jun 21 14:52:03 2002
-+++ configure.in Fri Jun 21 14:54:07 2002
+--- configure.in.orig Mon Nov 11 14:11:26 2002
++++ configure.in Mon Nov 11 14:12:09 2002
@@ -515,7 +515,7 @@
AC_MSG_ERROR([SSL support is only useful with POP or IMAP support])
fi
@@ -18,12 +18,12 @@
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
fi
-@@ -609,6 +609,8 @@
- [if test $enableval = yes; then
- AC_DEFINE(USE_FLOCK,1, [ Define to use flock() to lock mailboxes. ])
- fi])
-+
-+MUTTLIBS="$MUTTLIBS -lxpg4"
+@@ -625,7 +625,7 @@
+ fi])
- mutt_cv_fcntl=yes
- AC_ARG_ENABLE(fcntl, [ --disable-fcntl Do NOT use fcntl() to lock files ],
+ 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 ],