diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-10-13 15:29:43 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-10-13 15:29:43 +0000 |
commit | f44a1ccf4fca8e850eabe076892336853eb4f4c2 (patch) | |
tree | b1595b7bc2015c6cfd792d3d05279fbf95c66040 /ftp/proftpd-devel/files/patch-configure | |
parent | 2b28f08dcc3868aa21a43152e6820c043a1445ef (diff) |
Notes
Diffstat (limited to 'ftp/proftpd-devel/files/patch-configure')
-rw-r--r-- | ftp/proftpd-devel/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/files/patch-configure b/ftp/proftpd-devel/files/patch-configure new file mode 100644 index 000000000000..0f6d9d857e91 --- /dev/null +++ b/ftp/proftpd-devel/files/patch-configure @@ -0,0 +1,15 @@ +--- 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; |