diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-09 20:15:22 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-09 20:15:22 +0800 |
commit | 11be8a6482063f86c949dfd3a17a65ed35745783 (patch) | |
tree | 82a2c0218f2ca4ae6ca30c012f0ee8a0d426049e /devel/gvfs/files | |
parent | 4e2ca36912eebef072d3a5b45dabb68a1458eff4 (diff) | |
download | marcuscom-ports-11be8a6482063f86c949dfd3a17a65ed35745783.tar marcuscom-ports-11be8a6482063f86c949dfd3a17a65ed35745783.tar.gz marcuscom-ports-11be8a6482063f86c949dfd3a17a65ed35745783.tar.bz2 marcuscom-ports-11be8a6482063f86c949dfd3a17a65ed35745783.tar.lz marcuscom-ports-11be8a6482063f86c949dfd3a17a65ed35745783.tar.xz marcuscom-ports-11be8a6482063f86c949dfd3a17a65ed35745783.tar.zst marcuscom-ports-11be8a6482063f86c949dfd3a17a65ed35745783.zip |
Update to 1.5.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13777 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gvfs/files')
-rw-r--r-- | devel/gvfs/files/patch-configure | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure index b780d9e0d..6dad19449 100644 --- a/devel/gvfs/files/patch-configure +++ b/devel/gvfs/files/patch-configure @@ -1,25 +1,15 @@ --- 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 - ;; -+ *-freebsd*) -+ use_gphoto2=yes -+ ;; - *) - use_gphoto2=no - ;; -@@ -20173,7 +20176,7 @@ +@@ -16196,7 +16196,7 @@ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-larchive $LIBS" +LIBS="-larchive -lcrypto -lmd $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20249,7 +20252,7 @@ + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -16241,7 +16241,7 @@ if test x$with_archive_libs != x/usr/lib; then ARCHIVE_LIBS="-L$with_archive_libs -larchive" else @@ -27,13 +17,23 @@ + ARCHIVE_LIBS="-larchive -lcrypto -lmd" fi else - { $as_echo "$as_me:$LINENO: checking for archive_entry_filetype in -larchive" >&5 -@@ -20258,7 +20261,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_entry_filetype in -larchive" >&5 +@@ -16250,7 +16250,7 @@ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-larchive $LIBS" -+LIBS="-larchive -lcrypto -lmd $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF ++LIBS="-larchive -lcrypto -lmd $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -19061,6 +19061,9 @@ + *-linux* | *-freebsd* | *-kfreebsd*-gnu) + use_gphoto2=yes + ;; ++ *-freebsd*) ++ use_gphoto2=yes ++ ;; + *) + use_gphoto2=no + ;; |