summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-02-22 22:07:45 +0000
committerdmcmahill <dmcmahill>2000-02-22 22:07:45 +0000
commit8bc84c4738e5fa33f2a7d7afc1162ca9647bb84f (patch)
tree23d0c5e5c980058806411b0cf0a61b56615dae76 /devel
parentd214fa2de01fb5412f2af3044221e0191c8e04bc (diff)
downloadpkgsrc-8bc84c4738e5fa33f2a7d7afc1162ca9647bb84f.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-sum4
-rw-r--r--devel/unproven-pthreads/patches/patch-aa11
-rw-r--r--devel/unproven-pthreads/patches/patch-ab11
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"