summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorbad <bad>1998-12-28 16:17:12 +0000
committerbad <bad>1998-12-28 16:17:12 +0000
commit003df771d268f7c863b5e4c913e3305940e82711 (patch)
treef572a55954597e48abc91f623ca35a8cd57d7827 /databases
parentd3fe5ee397024c4febe793f84597f017f047659b (diff)
downloadpkgsrc-003df771d268f7c863b5e4c913e3305940e82711.tar.gz
Use correct syscall number on arm32.
Enable building server on arm32.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql/Makefile4
-rw-r--r--databases/mysql/patches/patch-ay6
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/mysql/Makefile b/databases/mysql/Makefile
index f6630a70bf8..e8a963dd81e 100644
--- a/databases/mysql/Makefile
+++ b/databases/mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/10/28 18:18:07 bad Exp $
+# $NetBSD: Makefile,v 1.13 1998/12/28 16:17:12 bad Exp $
#
# note: if updated, update shlib version number in patch-aa
@@ -35,7 +35,7 @@ pre-install:
${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info
@${CP} ${PKGDIR}/PLIST-client ${PLIST_SRC}
-.if (${MACHINE_ARCH} != "i386") && (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "sparc")
+.if (${MACHINE_ARCH} != "i386") && (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "arm32") && (${MACHINE_ARCH} != "sparc")
CONFIGURE_ARGS+=--without-server
pre-configure:
@${ECHO} '########## Client-only support! ##########'
diff --git a/databases/mysql/patches/patch-ay b/databases/mysql/patches/patch-ay
index 5ef129498f3..50235da98f7 100644
--- a/databases/mysql/patches/patch-ay
+++ b/databases/mysql/patches/patch-ay
@@ -1,4 +1,4 @@
-$NetBSD: patch-ay,v 1.1 1998/10/28 18:18:09 bad Exp $
+$NetBSD: patch-ay,v 1.2 1998/12/28 16:17:12 bad Exp $
--- /dev/null Sun Oct 25 03:15:17 1998
+++ mit-pthreads/machdep/syscall-arm32-netbsd-1.3.S Sun Oct 25 18:49:24 1998
@@ -50,7 +50,7 @@ $NetBSD: patch-ay,v 1.1 1998/10/28 18:18:09 bad Exp $
+
+#ifndef lint
+ .text
-+ .asciz "$Id: patch-ay,v 1.1 1998/10/28 18:18:09 bad Exp $";
++ .asciz "$Id: patch-ay,v 1.2 1998/12/28 16:17:12 bad Exp $";
+#endif
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
@@ -99,7 +99,7 @@ $NetBSD: patch-ay,v 1.1 1998/10/28 18:18:09 bad Exp $
+
+_machdep_sys___syscall:;
+
-+ swi 0x00000000
++ swi SYS___syscall
+ bcs 1f
+ mov r15, r14
+