mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
- 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]
10 lines
290 B
C
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);
|