svn commit: r463684 - head/mail/mu4e/files
Hiroki Sato
hrs at FreeBSD.org
Tue Mar 6 01:44:45 UTC 2018
Author: hrs
Date: Tue Mar 6 01:44:44 2018
New Revision: 463684
URL: https://svnweb.freebsd.org/changeset/ports/463684
Log:
Fix build on 10.X. mail/mu4e requires no C++ compiler.
Modified:
head/mail/mu4e/files/patch-configure.ac
Modified: head/mail/mu4e/files/patch-configure.ac
==============================================================================
--- head/mail/mu4e/files/patch-configure.ac Tue Mar 6 01:02:52 2018 (r463683)
+++ head/mail/mu4e/files/patch-configure.ac Tue Mar 6 01:44:44 2018 (r463684)
@@ -1,6 +1,6 @@
--- configure.ac.orig 2018-02-03 12:02:45 UTC
+++ configure.ac
-@@ -37,12 +37,12 @@ AC_SUBST(prefix)
+@@ -37,29 +37,29 @@ AC_SUBST(prefix)
# AC_PROG_CXX *before* AC_PROG_CC, otherwise configure won't error out
# when a c++ compiler is not found. Weird, huh?
@@ -16,9 +16,12 @@
-AC_HEADER_STDC
+#AC_HEADER_STDC
- AX_CXX_COMPILE_STDCXX_14
- m4_ifdef([AX_COMPILER_FLAGS],[AX_COMPILER_FLAGS(,,[yes])])
-@@ -50,16 +50,16 @@ AX_VALGRIND_CHECK
+-AX_CXX_COMPILE_STDCXX_14
+-m4_ifdef([AX_COMPILER_FLAGS],[AX_COMPILER_FLAGS(,,[yes])])
+-AX_VALGRIND_CHECK
++#AX_CXX_COMPILE_STDCXX_14
++#m4_ifdef([AX_COMPILER_FLAGS],[AX_COMPILER_FLAGS(,,[yes])])
++#AX_VALGRIND_CHECK
# for now, use AM_PROG_LIBTOOL, as we don't want to require
# a too new setup for autotools/libtool
More information about the svn-ports-head
mailing list