diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-31 11:53:12 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-31 11:53:12 +0800 |
commit | b059b42ac8c958d23f254b9188b624a62dc89681 (patch) | |
tree | 534b00b9ab09e392453f31bca98b141d6ba69749 /devel/gvfs/files/patch-configure | |
parent | 9d074c01c9f214207525a80b0bbf4ae4c036176c (diff) | |
download | marcuscom-ports-b059b42ac8c958d23f254b9188b624a62dc89681.tar marcuscom-ports-b059b42ac8c958d23f254b9188b624a62dc89681.tar.gz marcuscom-ports-b059b42ac8c958d23f254b9188b624a62dc89681.tar.bz2 marcuscom-ports-b059b42ac8c958d23f254b9188b624a62dc89681.tar.lz marcuscom-ports-b059b42ac8c958d23f254b9188b624a62dc89681.tar.xz marcuscom-ports-b059b42ac8c958d23f254b9188b624a62dc89681.tar.zst marcuscom-ports-b059b42ac8c958d23f254b9188b624a62dc89681.zip |
gvfs needs a depend on libsoup-gnome.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14508 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gvfs/files/patch-configure')
-rw-r--r-- | devel/gvfs/files/patch-configure | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure new file mode 100644 index 000000000..a2b691355 --- /dev/null +++ b/devel/gvfs/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig 2010-05-28 10:24:40.000000000 +0200 ++++ configure 2010-05-28 10:25:59.000000000 +0200 +@@ -16253,7 +16253,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. */ + +@@ -16298,7 +16298,7 @@ + if test x$with_archive_libs != x/usr/lib; then + ARCHIVE_LIBS="-L$with_archive_libs -larchive" + else +- ARCHIVE_LIBS="-larchive" ++ ARCHIVE_LIBS="-larchive -lcrypto -lmd" + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_entry_filetype in -larchive" >&5 +@@ -16307,7 +16307,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. */ + |