diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-07-22 09:15:04 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-07-22 09:15:04 +0000 |
commit | bb040dde3e08355fc3ff13644072333bff22f964 (patch) | |
tree | 48afad7ae2c1b5fd6c866fadb03127860561cb60 /mail/mutt/files/patch-configure.in | |
parent | - Upgrade to 0.12.3.ja2. (diff) |
Move mail/mutt to mail/mutt14
Move mail/mutt-lite to mail/mutt14-lite
Move mail/mutt-devel to mail/mutt
Moving mail/mutt-devel-lite to mail/mutt-lite will follow next to avoid
breaking the cvs exporter
PR: ports/169546
Suggested by: obrien
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=301308
Diffstat (limited to 'mail/mutt/files/patch-configure.in')
-rw-r--r-- | mail/mutt/files/patch-configure.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/mutt/files/patch-configure.in b/mail/mutt/files/patch-configure.in deleted file mode 100644 index e255741da094..000000000000 --- a/mail/mutt/files/patch-configure.in +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.in.orig 2007-05-26 17:58:12.000000000 -0700 -+++ configure.in 2012-05-03 18:04:49.000000000 -0700 -@@ -31,6 +31,2 @@ - AC_ISC_POSIX --AM_C_PROTOTYPES --if test "x$U" != "x"; then -- AC_MSG_ERROR(Compiler not ANSI compliant) --fi - AC_PROG_CPP -@@ -629,3 +625,3 @@ - if test x$GCC = xyes -a $mutt_cv_warnings = yes; then -- CFLAGS="-Wall -pedantic $CFLAGS" -+ CFLAGS="-Wall $CFLAGS" - fi |