From 200068164b21b6ded82ba2659272308a10397168 Mon Sep 17 00:00:00 2001 From: recht Date: Sat, 13 Mar 2004 12:09:36 +0000 Subject: Fix the build by adding USE_LANGUAGES=c c++ and linking myisam/isam with CXX. Noted by kristerw's bulk-build and Michal Pasternak on tech-pkg@. --- databases/mysql4-client/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/mysql4-client') diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common index 0c401e91fe7..f94fb1808e1 100644 --- a/databases/mysql4-client/Makefile.common +++ b/databases/mysql4-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/03/10 14:54:05 tv Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/03/13 12:09:36 recht Exp $ DISTNAME= mysql-4.0.18 CATEGORIES= databases @@ -62,6 +62,7 @@ CFLAGS+= -DHAVE_CURSES_H CXXFLAGS+= -DHAVE_CURSES_H .endif +USE_LANGUAGES= c c++ USE_GNU_TOOLS+= make USE_PERL5= # defined USE_LIBTOOL= # defined -- cgit v1.2.3