From 9e8a667ef8cf00e0d007765a997935125d4b7f94 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Tue, 13 Dec 2016 21:23:56 +0100 Subject: mail-filter/dcc: remove unused patch --- mail-filter/dcc/files/dcc-1.3.86.patch | 41 ---------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 mail-filter/dcc/files/dcc-1.3.86.patch (limited to 'mail-filter') diff --git a/mail-filter/dcc/files/dcc-1.3.86.patch b/mail-filter/dcc/files/dcc-1.3.86.patch deleted file mode 100644 index c1ac27f1075..00000000000 --- a/mail-filter/dcc/files/dcc-1.3.86.patch +++ /dev/null @@ -1,41 +0,0 @@ -I know it looks weird that we are patching configure here, but there is NO -configure.{ac,in} source included with this package. -- Robin H. Johnson - -This patch is from Gentoo bug 182172, and was submitted by steveb -. - -diff -Naur dcc-1.3.86/configure dcc-1.3.86.new/configure ---- dcc-1.3.86/configure 2008-03-11 16:38:41.000000000 +0100 -+++ dcc-1.3.86.new/configure 2008-03-24 19:50:52.802962250 +0100 -@@ -1058,8 +1058,7 @@ - FreeBSD|DragonFly) - PTHREAD_LDFLAGS="$PTHREAD_LDFLAGS -pthread" - if test -s /usr/lib/libc_r.a; then -- # use libc_r on ancient versions -- appendvar PTHREAD_LIBS -lc_r -+ appendvar PTHREAD_LIBS - fi - ;; - Darwin) -@@ -3511,7 +3510,7 @@ - mancat=man - MAN8='dcc.8 $(SUBDIR_MAN8)' - MAN8INST='' -- USE_DCCMANINSTALL='# do not use dccmaninstall' -+ USE_DCCMANINSTALL='maninstall:dccmaninstall' - ;; - DragonFly) - # default to /usr/local/man/man8 and use nroff files, possibly -diff -Naur dcc-1.3.86/thrlib/cmn.c dcc-1.3.86.new/thrlib/cmn.c ---- dcc-1.3.86/thrlib/cmn.c 2008-02-11 06:00:45.000000000 +0100 -+++ dcc-1.3.86.new/thrlib/cmn.c 2008-03-24 19:51:36.333682750 +0100 -@@ -667,7 +667,7 @@ - LOG_CMN_CAPTION(cwp, DCC_LOG_TRN_MSG_CR); - cwp->log_size = MAX_LOG_SIZE+1; - #else -- log_write(&wp->cw, buf, buflen); -+ log_write(cwp, buf, buflen); - #endif - } - -- cgit v1.2.1