aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/link-grammar/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/link-grammar/files/patch-configure.ac')
-rw-r--r--textproc/link-grammar/files/patch-configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/link-grammar/files/patch-configure.ac b/textproc/link-grammar/files/patch-configure.ac
new file mode 100644
index 000000000000..8e8dbfc602dd
--- /dev/null
+++ b/textproc/link-grammar/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2017-07-08 20:29:54 UTC
++++ configure.ac
+@@ -315,7 +315,7 @@ if test "x$enable_sat_solver" = xyes; then
+ # The sat-solver code is in C++; so the link-grammar library should now
+ # directly require libstdc++ instead of indirectly depend on its
+ # availability via the minisat2 library.
+- test x${apple_osx} = xyes || AC_CHECK_LIB(stdc++, main)
++ # test x${apple_osx} = xyes || AC_CHECK_LIB(stdc++, main)
+
+ # We want to check for C++; the easiest way to do this is to
+ # use c++ to compile stdio.h and bomb if it fails.