summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorexplorer <explorer>1999-11-05 17:50:54 +0000
committerexplorer <explorer>1999-11-05 17:50:54 +0000
commit05d62300640d0b8b5b8f3ab46fe838888c3ccef5 (patch)
treeed7ad333d1c6e998eafad37bef409defbc90968b /devel
parent399902ae6d1d336152a28cc83ae6c4fb9f2b3da3 (diff)
downloadpkgsrc-05d62300640d0b8b5b8f3ab46fe838888c3ccef5.tar.gz
another 1.4.x vs. -current fix
Diffstat (limited to 'devel')
-rw-r--r--devel/mit-pthreads/files/patch-sum4
-rw-r--r--devel/mit-pthreads/patches/patch-bq14
2 files changed, 11 insertions, 7 deletions
diff --git a/devel/mit-pthreads/files/patch-sum b/devel/mit-pthreads/files/patch-sum
index 96a3ade42ab..c19f5ea7799 100644
--- a/devel/mit-pthreads/files/patch-sum
+++ b/devel/mit-pthreads/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.8 1999/11/05 17:36:45 explorer Exp $
+$NetBSD: patch-sum,v 1.9 1999/11/05 17:50:54 explorer Exp $
MD5 (patch-aa) = 5af930f67e251f5eb89b5414426d2396
MD5 (patch-ab) = 9bb4e83bd91f0159a522d8bfbba89362
@@ -41,7 +41,7 @@ MD5 (patch-bm) = 448224d712577766372c4aa73c08696a
MD5 (patch-bn) = 9c448c7cb64e38b5691d1ad82a323a07
MD5 (patch-bo) = 56589eee6da387750ebfd528cff72774
MD5 (patch-bp) = 2c7675d7a66f4c1d74839cc29c04765b
-MD5 (patch-bq) = d8a87b5cae5719c5b1bae421f92f95b5
+MD5 (patch-bq) = 05e5ac1e1278e8249a40ffd0fa94adc1
MD5 (patch-br) = a65f87ebe629c328c0b789ab23f1a45c
MD5 (patch-bs) = f385b0298e92c1d8d5e40a92dc189123
MD5 (patch-bt) = f443a571be99e31532d1e3f00c56b55c
diff --git a/devel/mit-pthreads/patches/patch-bq b/devel/mit-pthreads/patches/patch-bq
index 9745847d5db..c298353627b 100644
--- a/devel/mit-pthreads/patches/patch-bq
+++ b/devel/mit-pthreads/patches/patch-bq
@@ -1,12 +1,16 @@
-diff -ur include/arpa/nameser.h include/arpa/nameser.h
---- include/arpa/nameser.h Tue May 30 07:33:39 1995
-+++ include/arpa/nameser.h Wed Nov 3 12:00:57 1999
-@@ -56,7 +56,7 @@
+--- include/arpa/nameser.h.orig Tue May 30 07:33:39 1995
++++ include/arpa/nameser.h Fri Nov 5 09:44:44 1999
+@@ -56,8 +56,12 @@
#ifndef _NAMESER_H_
#define _NAMESER_H_
-#include <endian.h>
-+#include <sys/endian.h>
#include <sys/types.h>
++#if __NetBSD_Version__ > 104010000
++#include <sys/endian.h>
++#else
++#include <machine/endian.h>
++#endif
#include <pthread/types.h>
+ /*