ports/sysutils/rdup/files/patch-rdup-tr.c
Chris Rees 6e724a5899 - Fix clang build [1]
- Break line at 80 chars in pkg-descr
- Remove LDFLAGS from CONFIGURE_ENV

PR:		ports/161003
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), Michel Talon <talon@lpthe.jussieu.fr> [1]
2011-09-25 15:17:18 +00:00

10 lines
290 B
C

--- rdup-tr.c.orig 2011-02-20 01:30:07.000000000 +0300
+++ rdup-tr.c 2011-09-25 11:36:39.000000000 +0400
@@ -202,7 +202,6 @@
if (sig != 0)
signal_abort(sig);
- rdup_entry = rdup_entry;
#ifdef HAVE_LIBNETTLE
if (opt_crypt_key)
rdup_entry = crypt_entry(rdup_entry, trhash);