diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-29 17:50:27 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-29 17:50:27 +0000 |
commit | dc4d6c583a9139134fef0c068c704faff5fa7913 (patch) | |
tree | 3a5d84992259a81a590558fc2129eac911e0a232 /ftp/proftpd-devel/files/patch-configure | |
parent | f02c0e43deefee9f68d1233ceb204dd58be4ad19 (diff) |
Notes
Diffstat (limited to 'ftp/proftpd-devel/files/patch-configure')
-rw-r--r-- | ftp/proftpd-devel/files/patch-configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ftp/proftpd-devel/files/patch-configure b/ftp/proftpd-devel/files/patch-configure deleted file mode 100644 index 0f6d9d857e91..000000000000 --- a/ftp/proftpd-devel/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- 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; |