1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/aegis/files/patch-configure
Alejandro Pulver 729f218c1a - Avoid wrongly detecting strverscmp() as it's not in the base system.
PR:		ports/124891
Submitted by:	Robert Jenssen <robertjenssen@ozemail.com.au>
2008-08-11 01:34:45 +00:00

21 lines
635 B
Plaintext

--- configure.orig 2008-03-09 20:08:17.000000000 -0200
+++ configure 2008-08-10 22:29:25.000000000 -0300
@@ -7155,7 +7155,7 @@
if test -n "$MANPATH_PROG"
then
- MANPATH_PROG="$MANPATH_PROG 2>/dev/null"
+ MANPATH_PROG="$MANPATH_PROG"
else
temp_str=`man -w 2>/dev/null`
if test -n "$temp_str"
@@ -8868,6 +8868,8 @@
fi
done
+echo "#undef HAVE_STRVERSCMP" >> confdefs.h
+
{ echo "$as_me:$LINENO: checking whether crypt is declared" >&5
echo $ECHO_N "checking whether crypt is declared... $ECHO_C" >&6; }
if test "${ac_cv_have_decl_crypt+set}" = set; then