From 41b555d7e9953c2171d0dc5b0ed3cb982874e185 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Fri, 24 Sep 2004 16:20:02 +0000 Subject: [PATCH] Fix build on FreeBSD 4.X. PR: ports/71352 Submitted by: Douglas Thrift Approved by: portmgr (marcus) --- databases/mysql41-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 63a4c59960bd..ba26268943c8 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -46,7 +46,6 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --with-low-memory \ --with-ndbcluster \ --with-comment='FreeBSD port: ${PKGNAME}' \ - --with-zlib-dir=/usr \ --enable-thread-safe-client .ifdef USE_MYSQL @@ -143,6 +142,7 @@ pre-fetch: post-patch: @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts man support-files|g" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|all: config.h|all: config.h all-local|g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = @server_scripts@ mysql_create_system_tables|g" ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = fill_help_tables.sql|g" ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e "s|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in