ports/databases/monetdb/files/patch-configure
Jan Beich 32d56ae68a Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00

11 lines
290 B
Text

--- configure.orig 2013-11-20 11:27:41.000000000 +0000
+++ configure 2014-08-10 12:16:46.974210130 +0000
@@ -17262,7 +17262,7 @@
;;
esac
case "$LEX" in
- flex*) : ;;
+ *flex*) : ;;
*)
if test "x$enable_jaql" = xyes; then
as_fn_error $? "MonetDB/JAQL requires flex" "$LINENO" 5