diff options
author | 2021-04-19 11:47:35 +0200 | |
---|---|---|
committer | 2021-04-19 11:47:35 +0200 | |
commit | 9bcbb1d0be1c5057472067b8e641c4fbdcaafe44 (patch) | |
tree | ab59f0c83f94d18948faeaea7b360d3ab376c5b6 /dev-libs/link-grammar/files | |
parent | dev-games/mercator: Fix metadata order (diff) | |
download | gentoo-9bcbb1d0be1c5057472067b8e641c4fbdcaafe44.tar.gz gentoo-9bcbb1d0be1c5057472067b8e641c4fbdcaafe44.tar.bz2 gentoo-9bcbb1d0be1c5057472067b8e641c4fbdcaafe44.zip |
dev-libs/link-grammar: Bump to 5.8.1
Closes: https://bugs.gentoo.org/729908
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/link-grammar/files')
-rw-r--r-- | dev-libs/link-grammar/files/link-grammar-5.8.1-lld.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/link-grammar/files/link-grammar-5.8.1-lld.patch b/dev-libs/link-grammar/files/link-grammar-5.8.1-lld.patch new file mode 100644 index 000000000000..af48d251046b --- /dev/null +++ b/dev-libs/link-grammar/files/link-grammar-5.8.1-lld.patch @@ -0,0 +1,13 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -324,9 +324,7 @@ + dnl 1. Abort and notify if no zlib.h. 2. Adapt for non-standard location. + AC_MSG_NOTICE([The minisat2 headers include zlib.h]) + dnl The bundled library doesn't actually need -lz +- AX_CHECK_ZLIB([ZLIB_CPPFLAGS="-isystem $ZLIB_HOME/include"], +- [AC_MSG_NOTICE([No zlib library found - not building sat solver]) +- enable_sat_solver=no]) ++ PKG_CHECK_MODULES([ZLIB], [zlib], [ZLIB_CPPFLAGS="${ZLIB_CFLAGS}"]) + fi + + # If zlib not found, then don't continue with minisat. |