mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
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.
11 lines
290 B
Text
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
|