diff options
author | agc <agc@pkgsrc.org> | 1997-11-13 14:50:42 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-13 14:50:42 +0000 |
commit | 13d88d0e23aca7ec0fea8d03a8086e139f6b4c0d (patch) | |
tree | aeba7c5a4cdd00eb4505da53b36a16cc906f1692 /devel/mit-pthreads | |
parent | 0b3fe770e904fc44e732966917ffc6ea4a3328ad (diff) | |
download | pkgsrc-13d88d0e23aca7ec0fea8d03a8086e139f6b4c0d.tar.gz |
Add support for NetBSD 1.3*
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/patches/patch-aa | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/devel/mit-pthreads/patches/patch-aa b/devel/mit-pthreads/patches/patch-aa index 4c684b54e1a..d3b1d812b7f 100644 --- a/devel/mit-pthreads/patches/patch-aa +++ b/devel/mit-pthreads/patches/patch-aa @@ -36,3 +36,61 @@ Note that the context for this next patch is set to 2, to avoid the Id line + return(machdep_sys_getdents(fd, buf, len)); + } + #endif +--- config/configure 1997/11/13 13:08:00 1.1 ++++ config/configure 1997/11/13 13:10:29 +@@ -1049,7 +1049,7 @@ + name=$host_cpu-$host_os + + case $host in +- alpha-*-netbsd1.1* | alpha-*-netbsd1.2*) ++ alpha-*-netbsd1.1* | alpha-*-netbsd1.2* | alpha-*-netbsd1.3*) + name=alpha-netbsd-1.1 + sysincludes=netbsd-1.1 + except="fork lseek pipe sigsuspend sigprocmask" +@@ -1092,7 +1092,7 @@ + EOF + + ;; +- sparc-*-netbsd1.0A | sparc-*-netbsd1.1* | sparc-*-netbsd1.2*) ++ sparc-*-netbsd1.0A | sparc-*-netbsd1.1* | sparc-*-netbsd1.2* | sparc-*-netbsd1.3*) + name=sparc-sunos-4.1.3 + sysincludes=netbsd-1.0 + syscall=sparc-netbsd-1.1 +@@ -1112,7 +1112,7 @@ + syscall=i386-bsdi-2.0 + except="fork lseek sigsuspend" + ;; +- i386-*-netbsd1.1* | i386-*-netbsd1.2*) ++ i386-*-netbsd1.1* | i386-*-netbsd1.2* | i386-*-netbsd1.3*) + name=i386-netbsd-1.0 + sysincludes=netbsd-1.1 + syscall=i386-netbsd-1.1 +--- config/configure.in 1997/11/13 13:08:00 1.1 ++++ config/configure.in 1997/11/13 13:09:32 +@@ -124,7 +124,7 @@ + name=$host_cpu-$host_os + + case $host in +- alpha-*-netbsd1.1* | alpha-*-netbsd1.2*) ++ alpha-*-netbsd1.1* | alpha-*-netbsd1.2* | alpha-*-netbsd1.3*) + name=alpha-netbsd-1.1 + sysincludes=netbsd-1.1 + except="fork lseek pipe sigsuspend sigprocmask" +@@ -158,7 +158,7 @@ + AC_DEFINE(LD_LINKS_STATIC_DATA) + AC_DEFINE(BROKEN_SIGNALS) + ;; +- sparc-*-netbsd1.0A | sparc-*-netbsd1.1* | sparc-*-netbsd1.2*) ++ sparc-*-netbsd1.0A | sparc-*-netbsd1.1* | sparc-*-netbsd1.2* | sparc-*-netbsd1.3*) + name=sparc-sunos-4.1.3 + sysincludes=netbsd-1.0 + syscall=sparc-netbsd-1.1 +@@ -178,7 +178,7 @@ + syscall=i386-bsdi-2.0 + except="fork lseek sigsuspend" + ;; +- i386-*-netbsd1.1* | i386-*-netbsd1.2*) ++ i386-*-netbsd1.1* | i386-*-netbsd1.2* | i386-*-netbsd1.3*) + name=i386-netbsd-1.0 + sysincludes=netbsd-1.1 + syscall=i386-netbsd-1.1 |