diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-23 23:29:20 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-23 23:29:20 +0800 |
commit | 6a3fd5d5bc8ba9942cbae5e199cabf3e1ef4f89e (patch) | |
tree | 1eadfebd881b603269c0bd7e4e753fdfeb28a8a9 /devel/gvfs/files | |
parent | 040b4678fe4a6cc5d7eec2ec48e463c94dededdb (diff) | |
download | marcuscom-ports-6a3fd5d5bc8ba9942cbae5e199cabf3e1ef4f89e.tar marcuscom-ports-6a3fd5d5bc8ba9942cbae5e199cabf3e1ef4f89e.tar.gz marcuscom-ports-6a3fd5d5bc8ba9942cbae5e199cabf3e1ef4f89e.tar.bz2 marcuscom-ports-6a3fd5d5bc8ba9942cbae5e199cabf3e1ef4f89e.tar.lz marcuscom-ports-6a3fd5d5bc8ba9942cbae5e199cabf3e1ef4f89e.tar.xz marcuscom-ports-6a3fd5d5bc8ba9942cbae5e199cabf3e1ef4f89e.tar.zst marcuscom-ports-6a3fd5d5bc8ba9942cbae5e199cabf3e1ef4f89e.zip |
Update to 1.5.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13684 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gvfs/files')
-rw-r--r-- | devel/gvfs/files/patch-configure | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure index 5139f5789..b780d9e0d 100644 --- a/devel/gvfs/files/patch-configure +++ b/devel/gvfs/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2010-02-10 20:52:05.000000000 +0000 -+++ configure 2010-02-10 20:54:21.000000000 +0000 -@@ -15666,6 +15666,9 @@ fi +--- configure.orig 2010-02-23 11:53:07.000000000 +0000 ++++ configure 2010-02-23 11:56:03.000000000 +0000 +@@ -19061,6 +19061,9 @@ *-linux* | *-freebsd* | *-kfreebsd*-gnu) use_gphoto2=yes ;; @@ -10,16 +10,16 @@ *) use_gphoto2=no ;; -@@ -16191,7 +16194,7 @@ if test "${ac_cv_lib_archive_archive_ent +@@ -20173,7 +20176,7 @@ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-larchive $LIBS" +LIBS="-larchive -lcrypto -lmd $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -16236,7 +16239,7 @@ $as_echo "#define HAVE_ARCHIVE /**/" >>c + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -20249,7 +20252,7 @@ if test x$with_archive_libs != x/usr/lib; then ARCHIVE_LIBS="-L$with_archive_libs -larchive" else @@ -27,13 +27,13 @@ + ARCHIVE_LIBS="-larchive -lcrypto -lmd" fi else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_entry_filetype in -larchive" >&5 -@@ -16245,7 +16248,7 @@ if test "${ac_cv_lib_archive_archive_ent + { $as_echo "$as_me:$LINENO: checking for archive_entry_filetype in -larchive" >&5 +@@ -20258,7 +20261,7 @@ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-larchive $LIBS" +LIBS="-larchive -lcrypto -lmd $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF |