freebsd-ports/misc/findutils/files/patch-configure
Martin Wilke 2f5c3b659d - Update to 4.2.28
- Pass maintainership to submitter

PR:		ports/105179
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 19:17:38 +00:00

18 lines
436 B
Text

--- configure.orig Sun Nov 5 17:53:42 2006
+++ configure Sun Nov 5 18:02:59 2006
@@ -16231,6 +16231,15 @@
+ 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
{ echo "$as_me:$LINENO: checking for C/C++ restrict keyword" >&5