diff options
Diffstat (limited to 'net/wu-ftpd/patches/patch-ao')
-rw-r--r-- | net/wu-ftpd/patches/patch-ao | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/wu-ftpd/patches/patch-ao b/net/wu-ftpd/patches/patch-ao new file mode 100644 index 00000000000..31560ca2996 --- /dev/null +++ b/net/wu-ftpd/patches/patch-ao @@ -0,0 +1,17 @@ +$NetBSD: patch-ao,v 1.1 2006/09/22 19:44:01 joerg Exp $ + +--- configure.orig 2006-09-22 21:18:19.000000000 +0000 ++++ configure +@@ -5333,6 +5333,12 @@ echo $ECHO_N "checking whether quota sup + #ifdef HAVE_UFS_UFS_QUOTA_H + #include <ufs/ufs/quota.h> + #endif ++#if defined(__DragonFly__) ++# include <sys/param.h> ++# if __DragonFly_version >= 160000 ++# define dqblk ufs_dqblk ++# endif ++#endif + struct dqblk quota; + int + main () |