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

Collapse All | Expand All

(-)mail/claws-mail/files/patch-configure (-3 / +19 lines)
Lines 1-6 Link Here
1
--- configure.orig	2013-12-14 14:13:44.125318907 +0100
1
--- configure.orig	2014-10-27 18:59:13 UTC
2
+++ configure	2013-12-14 14:15:18.705347095 +0100
2
+++ configure
3
@@ -21459,7 +21459,6 @@
3
@@ -20543,6 +20543,7 @@ fi
4
 
5
 
6
 
7
+OLDLIBS=$LIBS
8
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing archive_read_new" >&5
9
 $as_echo_n "checking for library containing archive_read_new... " >&6; }
10
 if ${ac_cv_search_archive_read_new+:} false; then :
11
@@ -20603,6 +20604,7 @@ else
12
   HAVE_ARCHIVE=no
13
 
14
 fi
15
+LIBS=$OLDLIBS
16
 
17
 
18
 
19
@@ -21621,7 +21623,6 @@ $as_echo "$as_me: WARNING: python-config
4
 		if test x"$platform_win32" = xno; then
20
 		if test x"$platform_win32" = xno; then
5
 			# libpython.so
21
 			# libpython.so
6
 			PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so"
22
 			PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so"
(-)mail/claws-mail-archiver/Makefile (+2 lines)
Lines 8-12 COMMENT= Mail archiver plugin for Claws Link Here
8
8
9
CLAWS_PLUGINS_BUILD=	archive
9
CLAWS_PLUGINS_BUILD=	archive
10
10
11
USES=		libarchive
12
11
.include "../claws-mail/Makefile.claws"
13
.include "../claws-mail/Makefile.claws"
12
.include <bsd.port.mk>
14
.include <bsd.port.mk>

Return to bug 201949