freebsd-ports/sysutils/duplicity/files/patch-librsyncmodule.c
Yen-Ming Lee ebdc9229ac A patch to make duplicity work with the new librsync 0.9.6 in ports.
PR:		55567
Submitted by:	Gerhard Haering <gh@ghaering.de>
2003-08-14 10:01:16 +00:00

19 lines
540 B
C

*** _librsyncmodule.c.orig Sat Aug 9 17:26:51 2003
--- _librsyncmodule.c Sat Aug 9 17:26:59 2003
***************
*** 13,19 ****
* ----------------------------------------------------------------------- */
#include <Python.h>
! #include <rsync.h>
#define RS_JOB_BLOCKSIZE 65536
static PyObject *librsyncError;
--- 13,19 ----
* ----------------------------------------------------------------------- */
#include <Python.h>
! #include <librsync.h>
#define RS_JOB_BLOCKSIZE 65536
static PyObject *librsyncError;