diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-20 17:06:53 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-20 17:06:53 +0000 |
commit | 8931a0593679b792917caed61c3eaedf2246005e (patch) | |
tree | 323b3def7b45f13cc9eb706b846b747c16a71b72 /databases/mysql++1 | |
parent | bab6ff9e338785bf4931ef38ce4d47f002c793d4 (diff) | |
download | ports-8931a0593679b792917caed61c3eaedf2246005e.tar.gz ports-8931a0593679b792917caed61c3eaedf2246005e.zip |
Fix build on AMD64 by using GNU_CONFIGURE
Notes
Notes:
svn path=/head/; revision=101524
Diffstat (limited to 'databases/mysql++1')
-rw-r--r-- | databases/mysql++1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ \ |