diff options
author | ale <ale@FreeBSD.org> | 2006-01-11 07:16:20 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-01-11 07:16:20 +0000 |
commit | e1a9c29d0f33c0f832f4d40807c17e8825055eae (patch) | |
tree | bc666b7f3f4afc8ddcac7798c91495cc9456af0e /databases/percona55-server | |
parent | 694342de921f17591ec7b6befe5c58f0e1a99b7a (diff) | |
download | FreeBSD-ports-e1a9c29d0f33c0f832f4d40807c17e8825055eae.zip FreeBSD-ports-e1a9c29d0f33c0f832f4d40807c17e8825055eae.tar.gz |
Fix build on 4.X (use included zlib on 4.X).
Diffstat (limited to 'databases/percona55-server')
-rw-r--r-- | databases/percona55-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile index 03a8852..34a32ac 100644 --- a/databases/percona55-server/Makefile +++ b/databases/percona55-server/Makefile @@ -150,7 +150,7 @@ pre-fetch: @${ECHO} "" post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts @man_dirs@ support-files|g" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @zlib_dir@ @sql_server_dirs@ scripts @man_dirs@ 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 @@ -185,7 +185,7 @@ USE_LDCONFIG= ${PREFIX}/lib/mysql CONFIGURE_ARGS+=--without-server post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include strings mysys dbug extra regex libmysql_r libmysql client scripts @man_dirs@|g" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @zlib_dir@ strings mysys dbug extra regex libmysql_r libmysql client scripts @man_dirs@|g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|install-exec-am: install-pkglibLIBRARIES|install-exec-am:|g" ${WRKSRC}/strings/Makefile.in ${WRKSRC}/mysys/Makefile.in ${WRKSRC}/dbug/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 = mysql_config mysql_fix_privilege_tables mysqlbug|g" ${WRKSRC}/scripts/Makefile.in |