From 14a634860a80c45d53bd82e3092b6470f43eb4b0 Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 15 Nov 2002 23:37:55 +0000 Subject: [PATCH] henning@ says this seems to atleast link on alpha so I can finally remove all the cruft at the top of the Makefile. --- databases/mysql/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/databases/mysql/Makefile b/databases/mysql/Makefile index 345184fb1b4..e57f1730c24 100644 --- a/databases/mysql/Makefile +++ b/databases/mysql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.81 2002/11/14 03:51:45 brad Exp $ +# $OpenBSD: Makefile,v 1.82 2002/11/15 23:37:55 brad Exp $ # $FreeBSD: Makefile,v 1.44 1999/03/04 21:27:58 dirk Exp $ # Uses pthreads @@ -6,17 +6,6 @@ COMMENT= "multithreaded SQL database (client)" COMMENT-server= "multithreaded SQL database (server)" COMMENT-tests= "multithreaded SQL database (regression test suite)" -# More architectures need testing of MySQL+native threads -# alpha, m68k - does not work -# hppa, m88k, vax - untested -WORKING_ARCHS= i386 powerpc sparc sparc64 - -.for _arch in ${MACHINE_ARCH} -. if empty(WORKING_ARCHS:M${_arch}) -BROKEN= "Support for ${MACHINE_ARCH} threads is currently broken and/or untested with MySQL" -. endif -.endfor - VERSION= 3.23.49 DISTNAME= mysql-${VERSION} FULLPKGNAME= mysql-client-${VERSION}