pkgsrc/mail/xfmail/patches/patch-ad
rillig 9fa35d5b1d Added some patches for NetBSD-1.6.2, which lacks the readdir_r function.
Cleaned up the package's Makefile. Approved by wiz.
2005-03-16 16:17:42 +00:00

13 lines
378 B
Text

$NetBSD: patch-ad,v 1.7 2005/03/16 16:17:42 rillig Exp $
--- src/include/config.h.in.orig Sun Jan 18 19:01:41 2004
+++ src/include/config.h.in Wed Mar 16 16:59:26 2005
@@ -115,6 +115,8 @@
/* Define to 1 if you have the `RAND_status' function. */
#undef HAVE_RAND_STATUS
+#undef HAVE_READDIR_R
+
/* Define to 1 if you have the `regcomp' function. */
#undef HAVE_REGCOMP