freebsd-ports/ftp/proftpd/files/patch-configure
Florent Thoumie f44a1ccf4f - Add a patch to fix ipv6 dependancy.
PR:		ports/84607
Submitted by:	Max Campos <mcampos@bpsw.biz>
Approved by:	maintainer timeout (2 months)
Obtained from:	ProFTPD Bug Tracking System
2005-10-13 15:29:43 +00:00

15 lines
304 B
Text

--- configure.orig Fri Aug 5 23:18:35 2005
+++ configure Fri Aug 5 23:19:29 2005
@@ -19685,11 +19685,11 @@
if test "${enable_ipv6+set}" = set; then
enableval="$enable_ipv6"
-
+ if test x"$enableval" = xyes ; then
cat >>confdefs.h <<\_ACEOF
#define PR_USE_IPV6 1
_ACEOF
-
+ fi;
fi;