diff options
author | bad <bad@pkgsrc.org> | 1998-12-28 16:17:12 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1998-12-28 16:17:12 +0000 |
commit | e8c12430be0cb353d5530792820dae4881667e12 (patch) | |
tree | f572a55954597e48abc91f623ca35a8cd57d7827 /databases | |
parent | a733747fb2cce01be3e62cd1cb9b8b85e74ba3c8 (diff) | |
download | pkgsrc-e8c12430be0cb353d5530792820dae4881667e12.tar.gz |
Use correct syscall number on arm32.
Enable building server on arm32.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql/patches/patch-ay | 6 |
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 + |