pkgsrc/mail/isync/patches/patch-ad
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

13 lines
468 B
Text

$NetBSD: patch-ad,v 1.3 2005/04/24 09:31:54 adrianp Exp $
--- src/compat/Makefile.in.orig 2005-03-05 21:50:06.000000000 +0100
+++ src/compat/Makefile.in 2005-03-05 21:50:33.000000000 +0100
@@ -152,7 +152,7 @@
with_compat_FALSE = @with_compat_FALSE@
with_compat_TRUE = @with_compat_TRUE@
isync_SOURCES = main.c config.c convert.c util.c
-isync_LDADD = -ldb
+isync_LDADD = -ldb4
noinst_HEADERS = isync.h
man_MANS = isync.1
EXTRA_DIST = isyncrc.sample $(man_MANS)