From 02fbd0e33b661e32c9dfec24de70ad0c2327f0a5 Mon Sep 17 00:00:00 2001 From: arved Date: Fri, 20 Feb 2004 17:06:53 +0000 Subject: Fix build on AMD64 by using GNU_CONFIGURE --- databases/mysql++1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/mysql++1') diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile index f89de88876c6..6783f22da6b4 100644 --- a/databases/mysql++1/Makefile +++ b/databases/mysql++1/Makefile @@ -19,7 +19,7 @@ COMMENT= Complex C++ API for MySQL USE_MYSQL= yes USE_GMAKE= yes USE_PERL5= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -D_FIX_FOR_BSD_ -Wno-deprecated" CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ --with-mysql-include=${LOCALBASE}/include/mysql/ \ -- cgit