ports/textproc/link-grammar/files/patch-configure.ac
Steve Wills fd627fa137 textproc/link-grammar: Update to 5.3.16
PR:		188840
Submitted by:	olivierd (inspired by)
2017-07-09 12:42:55 +00:00

11 lines
546 B
Text

--- 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.