diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-20 20:06:29 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-20 20:06:29 +0800 |
commit | c1de404f3d0d233227f3332195a2f68d0f4dd1f2 (patch) | |
tree | cbb141bb8c291be9fd11a99819ee9da0aa8215c5 /databases/evolution-data-server3/files/patch-configure | |
parent | 93a7e81a6acd2d139a89d4a2faa95dc4e48a8f71 (diff) | |
download | marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar.gz marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar.bz2 marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar.lz marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar.xz marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar.zst marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.zip |
Update to 3.4.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16767 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server3/files/patch-configure')
-rw-r--r-- | databases/evolution-data-server3/files/patch-configure | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/databases/evolution-data-server3/files/patch-configure b/databases/evolution-data-server3/files/patch-configure index 527384093..82e7be156 100644 --- a/databases/evolution-data-server3/files/patch-configure +++ b/databases/evolution-data-server3/files/patch-configure @@ -1,8 +1,8 @@ ---- 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-14 06:21:51.000000000 +0200 ++++ configure 2012-05-20 12:56:44.000000000 +0200 +@@ -16716,6 +16716,14 @@ + DL_LIB='' + LIBEXECDIR_IN_SERVER_FILE="$libexecdir" ;; +*freebsd*) + os_win32=no @@ -13,5 +13,13 @@ + LIBEXECDIR_IN_SERVER_FILE="$libexecdir" + ;; *) - os_win32=no + os_win32='no' NO_UNDEFINED='' +@@ -19295,6 +19303,7 @@ + #include <com_err.h> + #endif + ++#include <sys/types.h> + " + if test "x$ac_cv_header_com_err_h" = xyes; then : + |