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.
This commit is contained in:
sthen 2009-03-08 10:51:32 +00:00
parent 4f43e6a412
commit 8978654a35

View File

@ -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}" \