pkgsrc/mail/isync/patches/patch-ab
adrianp 52daeab6f7 - Update isync to 1.0.1 - thanks to Antoine.Reilles@loria.fr for the
first set of patches
- Many updates and bugfixes, in summary:
	- better OpenSSL detection
	- update c-client support
	- use legacy flock() only on linux
	- cope with out-of-disk-space halfways gracefully
2005-04-24 09:31:54 +00:00

17 lines
631 B
Text

$NetBSD: patch-ab,v 1.3 2005/04/24 09:31:54 adrianp Exp $
--- src/Makefile.in.orig 2005-03-05 21:49:24.000000000 +0100
+++ src/Makefile.in 2005-03-05 21:49:44.000000000 +0100
@@ -165,10 +165,10 @@
@with_compat_TRUE@compat_dir = compat
SUBDIRS = $(compat_dir)
mbsync_SOURCES = main.c sync.c config.c util.c drv_imap.c drv_maildir.c
-mbsync_LDADD = -ldb $(SSL_LIBS) $(SOCK_LIBS)
+mbsync_LDADD = -ldb4 $(SSL_LIBS) $(SOCK_LIBS)
noinst_HEADERS = isync.h
mdconvert_SOURCES = mdconvert.c
-mdconvert_LDADD = -ldb
+mdconvert_LDADD = -ldb4
man_MANS = mbsync.1 mdconvert.1
EXTRA_DIST = mbsyncrc.sample $(man_MANS)
all: all-recursive