diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-28 06:10:10 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-28 06:10:10 +0800 |
| commit | 752a66b40a757b50196fb97fda1143a42e96c295 (patch) | |
| tree | 49bd85e2fc333a96c40e09b46a8027f64b1a470f /databases/evolution-data-server/files/patch-configure | |
| parent | 2d81cfc3ccdf086d3ac5c107818ffe2f73f04d9a (diff) | |
| download | marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.gz marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.bz2 marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.lz marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.xz marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.zst marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.zip | |
Move gnome3 ports into the place of the gnome2 locations.
Update to new port rules, remove conflicts, latest_link, enable stage support.
gnome-games was skipped because I got a update for that.
gnome-keyring 2 vs 3, needs to be looked at.
zenity 2 vs 3, and libgnomekbd 2 vs 3
Use new lib_depend syntax in bsd.gnome.mk.
Possible lots of broken links.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files/patch-configure')
| -rw-r--r-- | databases/evolution-data-server/files/patch-configure | 36 |
1 files changed, 10 insertions, 26 deletions
diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure index 8eef3904d..82e7be156 100644 --- a/databases/evolution-data-server/files/patch-configure +++ b/databases/evolution-data-server/files/patch-configure @@ -1,8 +1,8 @@ ---- configure.orig 2010-11-14 22:59:14.000000000 -0800 -+++ configure 2012-06-12 08:40:11.000000000 -0700 -@@ -14174,6 +14174,14 @@ - $as_echo "#define _WIN32_WINNT 0x501" >>confdefs.h - +--- 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 @@ -15,27 +15,11 @@ *) os_win32='no' NO_UNDEFINED='' -@@ -16195,9 +16203,8 @@ - fi - - -- 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 <com_err.h> -- #endif -+ ac_fn_c_check_header_compile "$LINENO" "et/com_err.h" "ac_cv_header_et_com_err_h" " #include <stdio.h> -+ #include <stdarg.h> +@@ -19295,6 +19303,7 @@ + #include <com_err.h> + #endif ++#include <sys/types.h> " - if test "x$ac_cv_header_et_com_err_h" = x""yes; then : -@@ -16207,9 +16214,8 @@ - fi + if test "x$ac_cv_header_com_err_h" = xyes; then : - -- ac_fn_c_check_header_compile "$LINENO" "com_err.h" "ac_cv_header_com_err_h" " #if HAVE_COM_ERR_H -- #include <com_err.h> -- #endif -+ ac_fn_c_check_header_compile "$LINENO" "com_err.h" "ac_cv_header_com_err_h" " #include <stdio.h> -+ #include <stdarg.h> - - " - if test "x$ac_cv_header_com_err_h" = x""yes; then : |
