mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Changelog: https://lists.gnu.org/archive/html/bug-findutils/2021-01/msg00044.html PR: 252558 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28101
18 lines
388 B
Text
18 lines
388 B
Text
--- configure.orig 2021-01-09 16:35:30 UTC
|
|
+++ configure
|
|
@@ -16276,6 +16276,15 @@ $as_echo "$gl_cv_type_wctrans_t" >&6; }
|
|
fi
|
|
|
|
|
|
+ if test $ac_use_included_regex = yes; then
|
|
+ case $LIBOBJS in
|
|
+ "regex.$ac_objext" | \
|
|
+ *" regex.$ac_objext" | \
|
|
+ "regex.$ac_objext "* | \
|
|
+ *" regex.$ac_objext "* ) ;;
|
|
+ *) LIBOBJS="$LIBOBJS regex.$ac_objext" ;;
|
|
+ esac
|
|
+ fi
|
|
|
|
|
|
|