diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-22 22:07:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-22 22:07:45 +0000 |
commit | 382dad10a08a069d69b3b966dfcbab1f4bcced4d (patch) | |
tree | 23d0c5e5c980058806411b0cf0a61b56615dae76 /devel | |
parent | 87eedc70702c77c3dbbde50bada4c757f9142038 (diff) | |
download | pkgsrc-382dad10a08a069d69b3b966dfcbab1f4bcced4d.tar.gz |
patch configure script to correctly recognise netbsd-1.4.* in addition
to netbsd-1.4[A-Z]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/unproven-pthreads/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/unproven-pthreads/patches/patch-aa | 11 | ||||
-rw-r--r-- | devel/unproven-pthreads/patches/patch-ab | 11 |
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/unproven-pthreads/files/patch-sum b/devel/unproven-pthreads/files/patch-sum new file mode 100644 index 00000000000..5d52df5047c --- /dev/null +++ b/devel/unproven-pthreads/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1 2000/02/22 22:07:46 dmcmahill Exp $ + +MD5 (patch-aa) = 12629dd6f1a7690bb846bd04e01127f6 +MD5 (patch-ab) = cbacc463b28e1829e44f01d638c37b30 diff --git a/devel/unproven-pthreads/patches/patch-aa b/devel/unproven-pthreads/patches/patch-aa new file mode 100644 index 00000000000..7f72636b150 --- /dev/null +++ b/devel/unproven-pthreads/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1 2000/02/22 22:07:45 dmcmahill Exp $ + +--- config/configure.in.orig Fri Nov 12 01:08:36 1999 ++++ config/configure.in Tue Feb 22 16:37:24 2000 +@@ -105,5 +105,5 @@ + changequote([,])dnl + changequote(,)dnl +- i386-*-netbsd1.4[A-Z]) ++ i386-*-netbsd1.4*) + name=i386-netbsd-1.3 + except="fork lseek ftruncate pipe fstat" diff --git a/devel/unproven-pthreads/patches/patch-ab b/devel/unproven-pthreads/patches/patch-ab new file mode 100644 index 00000000000..c3ff3121439 --- /dev/null +++ b/devel/unproven-pthreads/patches/patch-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-ab,v 1.1 2000/02/22 22:07:45 dmcmahill Exp $ + +--- config/configure.orig Fri Nov 12 01:08:36 1999 ++++ config/configure Tue Feb 22 16:37:28 2000 +@@ -1167,5 +1167,5 @@ + available_syscalls="sigprocmask sigsuspend" + ;; +- i386-*-netbsd1.4[A-Z]) ++ i386-*-netbsd1.4*) + name=i386-netbsd-1.3 + except="fork lseek ftruncate pipe fstat" |