summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-ab
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 05:39:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 05:39:04 +0000
commit4cb3f42cda4b26af92afd8ca2bb50617add7a565 (patch)
tree5742a5ab55903c4bfef0db376f0a7ceb68990d39 /ftp/downloader/files/patch-ab
parentAdd `cleandir' to the build command, otherwise we are encouraging people (diff)
Remove maintainer -- email to him bounces with "no such user".
Update to non-prerelease version. USE_GMAKE rather than make *huge* non-maintainable patches to the Makefiles.
Notes
Notes: svn path=/head/; revision=36845
Diffstat (limited to 'ftp/downloader/files/patch-ab')
-rw-r--r--ftp/downloader/files/patch-ab23
1 files changed, 7 insertions, 16 deletions
diff --git a/ftp/downloader/files/patch-ab b/ftp/downloader/files/patch-ab
index ed077c445896..06c843e3db43 100644
--- a/ftp/downloader/files/patch-ab
+++ b/ftp/downloader/files/patch-ab
@@ -1,17 +1,8 @@
---- speed.cc.orig Sun Oct 29 03:19:48 2000
-+++ speed.cc Sun Oct 29 03:20:05 2000
-@@ -25,8 +25,12 @@
- pthread_mutexattr_init(&ma);
- #if !defined (__sparc__) && !defined(__mips__)
- pthread_mutexattr_settype(&ma,MUTEX_TYPE_FAST);
+--- signal.cc.orig Fri Dec 22 05:58:17 2000
++++ signal.cc Fri Jan 5 21:22:24 2001
+@@ -116 +116 @@
-#elseif defined(__mips__)
-- pthread_mutexattr_settype(&ma,MUTEX_TYPE_NORMAL);
-+#else
-+
-+#if defined(__mips__)
-+ pthread_mutexattr_settype(&ma,MUTEX_TYPE_NORMAL);
-+#endif
-+
- #endif
- pthread_mutex_init(&lock1,&ma);
- pthread_mutexattr_destroy(&ma);
++#else if defined(__mips__)
+@@ -119 +119 @@
+- pthread_mutex_init(&lock,&ma);
++ pthread_mutex_init(lock,&ma);