diff options
Diffstat (limited to 'www/ap-auth-mysql/patches/patch-ab')
-rw-r--r-- | www/ap-auth-mysql/patches/patch-ab | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/www/ap-auth-mysql/patches/patch-ab b/www/ap-auth-mysql/patches/patch-ab index 553d05364b0..e0eed3ae680 100644 --- a/www/ap-auth-mysql/patches/patch-ab +++ b/www/ap-auth-mysql/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1.1.1 2004/07/16 11:28:19 jdolecek Exp $ +$NetBSD: patch-ab,v 1.2 2006/02/23 01:02:21 ben Exp $ ---- configure.ac.orig 2003-09-24 01:39:03.000000000 +0200 -+++ configure.ac -@@ -84,11 +84,14 @@ AC_SUBST(build_opts, "$mysql_includes $m +--- configure.ac.orig 2004-05-11 05:18:38.000000000 +0000 ++++ configure.ac 2006-02-23 00:54:51.000000000 +0000 +@@ -137,12 +137,18 @@ # Checks for header files. AC_CHECK_HEADERS([crypt.h]) @@ -16,9 +16,13 @@ $NetBSD: patch-ab,v 1.1.1.1 2004/07/16 11:28:19 jdolecek Exp $ #include <crypt.h> +#endif #include <string.h> ++#ifdef HAVE_UNISTD_H ++#include <unistd.h> ++#endif int main() -@@ -101,7 +104,9 @@ AC_DEFINE(CRYPT_MD5), + { +@@ -154,8 +160,13 @@ ,,) AC_TRY_RUN( [ @@ -26,5 +30,9 @@ $NetBSD: patch-ab,v 1.1.1.1 2004/07/16 11:28:19 jdolecek Exp $ #include <crypt.h> +#endif #include <string.h> ++#ifdef HAVE_UNISTD_H ++#include <unistd.h> ++#endif int main() + { |