From 8978654a35388db02badb65fa5466271931e1782 Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 8 Mar 2009 10:51:32 +0000 Subject: [PATCH] Use a more appropriate version of autoconf to regenerate the autoconf script so that when the size of a char pointer is detected that the proper define name is set which the code is expecting. From Brad. --- databases/mysql/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/mysql/Makefile b/databases/mysql/Makefile index b49f6f783b3..cbd2f2ff4f6 100644 --- a/databases/mysql/Makefile +++ b/databases/mysql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.148 2009/02/17 10:46:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.149 2009/03/08 10:51:32 sthen Exp $ COMMENT-main= multithreaded SQL database (client) COMMENT-server= multithreaded SQL database (server) @@ -6,8 +6,8 @@ COMMENT-tests= multithreaded SQL database (regression test suite) VERSION= 5.0.77 DISTNAME= mysql-${VERSION} -PKGNAME-main= mysql-client-${VERSION} -PKGNAME-server= mysql-server-${VERSION} +PKGNAME-main= mysql-client-${VERSION}p0 +PKGNAME-server= mysql-server-${VERSION}p0 PKGNAME-tests= mysql-tests-${VERSION} CATEGORIES= databases V= MySQL-5.0 @@ -47,7 +47,7 @@ USE_GMAKE= Yes USE_LIBTOOL= Yes CONFIGURE_STYLE= autoconf # Should be 2.63 -AUTOCONF_VERSION= 2.62 +AUTOCONF_VERSION= 2.61 CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-thread-safe-client \ --localstatedir="${DB_DIR}" \