summaryrefslogtreecommitdiffstats
path: root/devel/gvfs/files/patch-configure
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-27 21:38:33 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-27 21:38:33 +0800
commit86decc59e319fd0f4e787d982ddcaa83c9f66e48 (patch)
tree89de99557898a4b4948270dc3f6f4f88781ea682 /devel/gvfs/files/patch-configure
parent1b7dec522f6fce0c5f883b20e8d9442501fa7308 (diff)
downloadmarcuscom-ports-86decc59e319fd0f4e787d982ddcaa83c9f66e48.tar.gz
marcuscom-ports-86decc59e319fd0f4e787d982ddcaa83c9f66e48.tar.zst
marcuscom-ports-86decc59e319fd0f4e787d982ddcaa83c9f66e48.zip
Update to 1.5.2.
Temporary exclude lib/gio/modules/giomodule.cache from pkg-plist. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13504 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gvfs/files/patch-configure')
-rw-r--r--devel/gvfs/files/patch-configure30
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure
new file mode 100644
index 000000000..0b1b2a2ab
--- /dev/null
+++ b/devel/gvfs/files/patch-configure
@@ -0,0 +1,30 @@
+--- configure.orig 2009-04-24 00:15:09.000000000 -0400
++++ configure 2009-04-24 00:16:04.000000000 -0400
+@@ -26973,6 +26973,9 @@ fi
+ *-linux*)
+ use_gphoto2=yes
+ ;;
++ *-freebsd*)
++ use_gphoto2=yes
++ ;;
+ *)
+ use_gphoto2=no
+ ;;
+@@ -28018,7 +28021,7 @@ if test "${ac_cv_lib_archive_archive_ent
+ $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
+@@ -28094,7 +28097,7 @@ _ACEOF
+ 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:$LINENO: checking for archive_entry_filetype in -larchive" >&5