diff options
Diffstat (limited to 'textproc/sphinxsearch-devel/Makefile')
-rw-r--r-- | textproc/sphinxsearch-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sphinxsearch-devel/Makefile b/textproc/sphinxsearch-devel/Makefile index 66e149baed67..9275ee9bf3a0 100644 --- a/textproc/sphinxsearch-devel/Makefile +++ b/textproc/sphinxsearch-devel/Makefile @@ -68,7 +68,7 @@ OPTIONS_SET_FORCE= LIBSTEMMER MYSQL_CONFIGURE_WITH= mysql MYSQL_CONFIGURE_ON= --with-mysql-includes=${LOCALBASE}/include/mysql \ --with-mysql-libs=${LOCALBASE}/lib/mysql -MYSQL_USE= mysql +MYSQL_USES= mysql OPTIMIZED_CFLAGS_CXXFLAGS=-O3 -fomit-frame-pointer |