opnsense-ports/misc/findutils/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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