summaryrefslogtreecommitdiff
path: root/databases/mysql-server/patches/patch-ah
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-08-03 20:30:41 +0000
committerbad <bad@pkgsrc.org>1999-08-03 20:30:41 +0000
commit216c39fe9f7ecb2324caa623bf6772734f037859 (patch)
tree901abbc104737e1bc6a0e4f78137384390bcb2d5 /databases/mysql-server/patches/patch-ah
parent4684b476640dece5115e250e51e5ec3e9942ae6b (diff)
downloadpkgsrc-216c39fe9f7ecb2324caa623bf6772734f037859.tar.gz
Add support for m68k machines. Patches by Andy Finnell.
Thanks to Greg Oster for testing.
Diffstat (limited to 'databases/mysql-server/patches/patch-ah')
-rw-r--r--databases/mysql-server/patches/patch-ah16
1 files changed, 13 insertions, 3 deletions
diff --git a/databases/mysql-server/patches/patch-ah b/databases/mysql-server/patches/patch-ah
index 61ea997911e..ab396343ab3 100644
--- a/databases/mysql-server/patches/patch-ah
+++ b/databases/mysql-server/patches/patch-ah
@@ -1,7 +1,7 @@
-$NetBSD: patch-ah,v 1.1.1.1 1999/05/06 23:37:00 tv Exp $
+$NetBSD: patch-ah,v 1.2 1999/08/03 20:30:41 bad Exp $
--- mit-pthreads/config/configure.orig Tue Mar 10 10:11:25 1998
-+++ mit-pthreads/config/configure Fri Apr 16 18:16:36 1999
++++ mit-pthreads/config/configure Thu Jul 29 19:17:31 1999
@@ -1165,6 +1165,12 @@
name=$host_cpu-$host_os
@@ -64,7 +64,17 @@ $NetBSD: patch-ah,v 1.1.1.1 1999/05/06 23:37:00 tv Exp $
i386-*-netbsd1.3*)
name=i386-netbsd-1.3
sysincludes=netbsd-1.1
-@@ -1898,6 +1932,38 @@
+@@ -1279,6 +1313,9 @@
+ ;;
+ m68*-*-netbsd*)
+ name=m68000-netbsd
++ sysincludes=netbsd-1.1
++ except="lseek ftruncate pipe fstat"
++ available_syscalls="sigsuspend sigprocmask"
+ ;;
+ i386-*-freebsd2.*)
+ name=i386-freebsd-2.0
+@@ -1898,6 +1935,38 @@
if test $pthreads_cv_timespec_in_time = yes ; then
cat >> confdefs.h <<\EOF
#define _OS_HAS_TIMESPEC 1