summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2012-05-20 16:27:31 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2012-05-20 16:27:31 +0000
commit51fdc43b80b7148230f1a00899492cd3cff18b41 (patch)
tree1bbb7fa86b68bf7bedf32e02dd08018ece6a2b72 /databases
parentFix the crash when disable musicbrainz, bump the PORTREVISION. (diff)
Fix the build with Heimdal 1.5.x.
PR: ports/167989 Reported by: truckman
Notes
Notes: svn path=/head/; revision=297036
Diffstat (limited to 'databases')
-rw-r--r--databases/evolution-data-server/files/patch-configure28
1 files changed, 23 insertions, 5 deletions
diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure
index 5273840934bb..c5ed89d7f470 100644
--- a/databases/evolution-data-server/files/patch-configure
+++ b/databases/evolution-data-server/files/patch-configure
@@ -1,7 +1,7 @@
---- configure.orig 2009-12-25 20:21:00.000000000 +0100
-+++ configure 2009-12-25 20:21:01.000000000 +0100
-@@ -15968,6 +15968,14 @@
- _ACEOF
+--- configure.orig 2012-05-19 23:39:42.000000000 -0500
++++ configure 2012-05-19 23:42:47.000000000 -0500
+@@ -14174,6 +14174,14 @@
+ $as_echo "#define _WIN32_WINNT 0x501" >>confdefs.h
;;
+*freebsd*)
@@ -13,5 +13,23 @@
+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir"
+ ;;
*)
- os_win32=no
+ os_win32='no'
NO_UNDEFINED=''
+@@ -16196,6 +16204,8 @@
+
+
+ ac_fn_c_check_header_compile "$LINENO" "et/com_err.h" "ac_cv_header_et_com_err_h" " #if HAVE_ET_COM_ERR_H
++ #include <stdio.h>
++ #include <stdarg.h>
+ #include <com_err.h>
+ #endif
+
+@@ -16208,6 +16218,8 @@
+
+
+ ac_fn_c_check_header_compile "$LINENO" "com_err.h" "ac_cv_header_com_err_h" " #if HAVE_COM_ERR_H
++ #include <stdio.h>
++ #include <stdarg.h>
+ #include <com_err.h>
+ #endif
+