diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-20 00:53:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-20 00:53:17 +0800 |
commit | cae8368473c1a30577a138b6c4a2f8e20868309e (patch) | |
tree | 21762464d676b2dcb42f840dce294d546b8ea31a | |
parent | 1388b9396cdcc07ed3591e51043105d1254ec740 (diff) | |
download | marcuscom-ports-cae8368473c1a30577a138b6c4a2f8e20868309e.tar marcuscom-ports-cae8368473c1a30577a138b6c4a2f8e20868309e.tar.gz marcuscom-ports-cae8368473c1a30577a138b6c4a2f8e20868309e.tar.bz2 marcuscom-ports-cae8368473c1a30577a138b6c4a2f8e20868309e.tar.lz marcuscom-ports-cae8368473c1a30577a138b6c4a2f8e20868309e.tar.xz marcuscom-ports-cae8368473c1a30577a138b6c4a2f8e20868309e.tar.zst marcuscom-ports-cae8368473c1a30577a138b6c4a2f8e20868309e.zip |
Attempt to fix the build on 6.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13857 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gvfs/files/patch-configure | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure index 6dad19449..e284f4e52 100644 --- a/devel/gvfs/files/patch-configure +++ b/devel/gvfs/files/patch-configure @@ -1,6 +1,16 @@ ---- configure.orig 2010-02-23 11:53:07.000000000 +0000 -+++ configure 2010-02-23 11:56:03.000000000 +0000 -@@ -16196,7 +16196,7 @@ +--- configure.orig 2010-03-19 12:43:09.000000000 -0400 ++++ configure 2010-03-19 12:51:09.000000000 -0400 +@@ -707,6 +707,9 @@ ac_unique_file="client/gdaemonvfs.h" + # Factoring default headers for most tests. + ac_includes_default="\ + #include <stdio.h> ++#ifdef HAVE_SYS_PARAM_H ++# include <sys/param.h> ++#endif + #ifdef HAVE_SYS_TYPES_H + # include <sys/types.h> + #endif +@@ -16196,7 +16199,7 @@ if test "${ac_cv_lib_archive_archive_ent $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -9,7 +19,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -16241,7 +16241,7 @@ +@@ -16241,7 +16244,7 @@ $as_echo "#define HAVE_ARCHIVE /**/" >>c if test x$with_archive_libs != x/usr/lib; then ARCHIVE_LIBS="-L$with_archive_libs -larchive" else @@ -18,7 +28,7 @@ fi else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_entry_filetype in -larchive" >&5 -@@ -16250,7 +16250,7 @@ +@@ -16250,7 +16253,7 @@ if test "${ac_cv_lib_archive_archive_ent $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -27,13 +37,13 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -19061,6 +19061,9 @@ - *-linux* | *-freebsd* | *-kfreebsd*-gnu) - use_gphoto2=yes +@@ -17655,6 +17658,9 @@ sys_lib_dlsearch_path_spec; do + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; + *-freebsd*) + use_gphoto2=yes + ;; *) - use_gphoto2=no + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; |