diff options
author | grant <grant@pkgsrc.org> | 2004-11-01 08:30:24 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-01 08:30:24 +0000 |
commit | 44fd2ddde472f6f4b8cf6514b72fcfc2aa01b8da (patch) | |
tree | 60d85dc98ad5df37510d6243f030750297a4303c /databases/mysql4-client/Makefile.common | |
parent | 7fdcb7d19a96c7fcf8748bf776c1a9165bd89c42 (diff) | |
download | pkgsrc-44fd2ddde472f6f4b8cf6514b72fcfc2aa01b8da.tar.gz |
move patch-af back here and don't share patches with mysql4-server.
some of the patches disable part of the build and break the client
build.
should fix build issue noted on tech-pkg.
Diffstat (limited to 'databases/mysql4-client/Makefile.common')
-rw-r--r-- | databases/mysql4-client/Makefile.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common index de3978b156a..69b76725d69 100644 --- a/databases/mysql4-client/Makefile.common +++ b/databases/mysql4-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2004/10/31 09:24:27 grant Exp $ +# $NetBSD: Makefile.common,v 1.20 2004/11/01 08:30:24 grant Exp $ DISTNAME= mysql-4.1.7 CATEGORIES= databases @@ -11,9 +11,6 @@ HOMEPAGE= http://www.mysql.com/ EXTRACT_USING_PAX= # defined -PATCHDIR= ${.CURDIR}/../../databases/mysql4-server/patches -DISTINFO_FILE= ${.CURDIR}/../../databases/mysql4-server/distinfo - .include "../../mk/bsd.prefs.mk" # MYSQL_USER username of the database administrator |