ports/misc/findutils/files/patch-configure
Rainer Hurling 927f7c2f11 misc/findutils update to 4.8.0
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
2021-01-11 21:15:39 +00:00

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