summaryrefslogtreecommitdiff
path: root/devel/unproven-pthreads/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/unproven-pthreads/patches/patch-ac')
-rw-r--r--devel/unproven-pthreads/patches/patch-ac53
1 files changed, 51 insertions, 2 deletions
diff --git a/devel/unproven-pthreads/patches/patch-ac b/devel/unproven-pthreads/patches/patch-ac
index 500c10cc35d..35e673652b0 100644
--- a/devel/unproven-pthreads/patches/patch-ac
+++ b/devel/unproven-pthreads/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.1 2000/12/28 03:56:53 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2002/04/13 12:53:41 fredb Exp $
---- config/configure.in.orig Tue Dec 26 23:43:07 2000
+--- config/configure.in.orig Mon Jul 10 14:03:06 2000
+++ config/configure.in
@@ -83,7 +83,7 @@
@@ -11,3 +11,52 @@ $NetBSD: patch-ac,v 1.1 2000/12/28 03:56:53 wiz Exp $
name=alpha-netbsd-1.3
except="fork lseek ftruncate pipe fstat"
available_syscalls="sigsuspend sigaction sigprocmask"
+@@ -97,6 +97,13 @@
+ ;;
+ changequote([,])dnl
+ changequote(,)dnl
++ powerpc-*-netbsd1.*)
++ name=powerpc-netbsd
++ except="fork lseek ftruncate pipe fstat"
++ available_syscalls="sigprocmask sigaction sigsuspend"
++ ;;
++changequote([,])dnl
++changequote(,)dnl
+ sparc-*-netbsd1.4*)
+ name=sparc-netbsd-1.3
+ except="fork lseek ftruncate pipe fstat"
+@@ -104,6 +111,13 @@
+ ;;
+ changequote([,])dnl
+ changequote(,)dnl
++ sparc-*-netbsd1.5*)
++ name=sparc-netbsd-1.3
++ except="fork lseek ftruncate pipe fstat"
++ available_syscalls="sigprocmask sigaction sigsuspend"
++ ;;
++changequote([,])dnl
++changequote(,)dnl
+ i386-*-netbsd1.4*)
+ # CFLAGS="$CFLAGS -Werror"
+ name=i386-netbsd-1.3
+@@ -121,6 +135,20 @@
+ changequote([,])dnl
+ changequote(,)dnl
+ m68*-*-netbsd1.4*)
++ name=m68000-netbsd
++ except="fork lseek ftruncate pipe fstat"
++ available_syscalls="sigsuspend sigaction sigprocmask"
++ ;;
++changequote([,])dnl
++changequote(,)dnl
++ m68*-*-netbsd1.5*)
++ name=m68000-netbsd
++ except="fork lseek ftruncate pipe fstat"
++ available_syscalls="sigsuspend sigaction sigprocmask"
++ ;;
++changequote([,])dnl
++changequote(,)dnl
++ m68*-*-netbsd1.6*)
+ name=m68000-netbsd
+ except="fork lseek ftruncate pipe fstat"
+ available_syscalls="sigsuspend sigaction sigprocmask"