From dcad6ed300a19e05689467b146ab0b9b4d49a298 Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 28 Nov 2014 08:11:11 +0000 Subject: net-mgmt/seafile: Remove use of /proc and make FUSE optional DragonFly has not implemented FUSE, so it's not reqired by default. PR: 195024 submitted by: maintainer --- net-mgmt/seafile/files/patch-configure.ac | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'net-mgmt/seafile/files/patch-configure.ac') diff --git a/net-mgmt/seafile/files/patch-configure.ac b/net-mgmt/seafile/files/patch-configure.ac index 5596aaba7e4b..8ad6d5e350ab 100644 --- a/net-mgmt/seafile/files/patch-configure.ac +++ b/net-mgmt/seafile/files/patch-configure.ac @@ -1,5 +1,14 @@ ---- configure.ac.orig 2014-06-05 02:25:50.000000000 -0400 -+++ configure.ac 2014-07-21 12:43:12.000000000 -0400 +--- configure.ac.orig 2014-08-05 01:28:35.000000000 -0400 ++++ configure.ac 2014-11-22 13:34:26.927863521 -0500 +@@ -88,7 +88,7 @@ + [compile_riak=$enableval],[compile_riak="no"]) + + AC_ARG_ENABLE(fuse, AC_HELP_STRING([--enable-fuse], [enable fuse virtual file system]), +- [compile_fuse=$enableval],[compile_fuse="yes"]) ++ [compile_fuse=$enableval],[compile_fuse="no"]) + fi + + AC_ARG_ENABLE(client, AC_HELP_STRING([--enable-client], [enable client]), @@ -199,25 +199,28 @@ LIB_GDI32= LIB_RT= @@ -40,7 +49,7 @@ AC_SUBST(MSVC_CFLAGS) -@@ -241,7 +246,6 @@ +@@ -242,7 +247,6 @@ #LIBNAUTILUS_EXTENSION_REQUIRED=2.30.1 CURL_REQUIRED=7.17 FUSE_REQUIRED=2.8.6 @@ -48,7 +57,7 @@ PKG_CHECK_MODULES(GLIB2, [glib-2.0 >= $GLIB_REQUIRED]) AC_SUBST(GLIB2_CFLAGS) -@@ -263,10 +267,6 @@ +@@ -268,10 +272,6 @@ AC_SUBST(LIBEVENT_CFLAGS) AC_SUBST(LIBEVENT_LIBS) -- cgit v1.2.3