View | Details | Raw Unified | Return to bug 211626 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.claws (-1 lines)
Lines 12-18 Link Here
12
GNU_CONFIGURE=	yes
12
GNU_CONFIGURE=	yes
13
13
14
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static
14
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static
15
CONFIGURE_ENV=	ac_cv_search_encrypt=yes
16
15
17
CLAWS_PLUGINS=	acpi_notifier \
16
CLAWS_PLUGINS=	acpi_notifier \
18
		address_keeper \
17
		address_keeper \
(-)files/patch-configure (-2 / +11 lines)
Lines 1-15 Link Here
1
--- configure.orig	2016-08-07 08:08:37 UTC
1
--- configure.orig	2016-08-07 08:08:37 UTC
2
+++ configure
2
+++ configure
3
@@ -21130,7 +21130,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1" 
3
@@ -18667,6 +18667,8 @@ else
4
 fi
4
 fi
5
 
5
 
6
 	;;
7
+	*freebsd*)
8
+	;; # not used
9
 	*)
10
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing encrypt" >&5
11
 $as_echo_n "checking for library containing encrypt... " >&6; }
12
@@ -21130,7 +21132,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1" 
13
 fi
6
 
14
 
15
 
7
-
16
-
8
+OLDLIBS=$LIBS
17
+OLDLIBS=$LIBS
9
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_read_new in -larchive" >&5
18
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_read_new in -larchive" >&5
10
 $as_echo_n "checking for archive_read_new in -larchive... " >&6; }
19
 $as_echo_n "checking for archive_read_new in -larchive... " >&6; }
11
 if ${ac_cv_lib_archive_archive_read_new+:} false; then :
20
 if ${ac_cv_lib_archive_archive_read_new+:} false; then :
12
@@ -21175,6 +21175,7 @@ else
21
@@ -21175,6 +21177,7 @@ else
13
   HAVE_ARCHIVE=no
22
   HAVE_ARCHIVE=no
14
 
23
 
15
 fi
24
 fi

Return to bug 211626