aboutsummaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2012-05-21 00:27:31 +0800
committermezz <mezz@FreeBSD.org>2012-05-21 00:27:31 +0800
commit1a8a7b73fc7ee5bed9e6b58aa3a7c8cc66e4c80b (patch)
treea097b8a54624cb3de1622f662af9546764e405a9 /databases/evolution-data-server
parent582bea060720adefc554064e04a3736b278490a9 (diff)
downloadfreebsd-ports-gnome-1a8a7b73fc7ee5bed9e6b58aa3a7c8cc66e4c80b.tar.gz
freebsd-ports-gnome-1a8a7b73fc7ee5bed9e6b58aa3a7c8cc66e4c80b.tar.zst
freebsd-ports-gnome-1a8a7b73fc7ee5bed9e6b58aa3a7c8cc66e4c80b.zip
Fix the build with Heimdal 1.5.x.
PR: ports/167989 Reported by: truckman
Diffstat (limited to 'databases/evolution-data-server')
-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
+