aboutsummaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2006-08-12 09:05:18 +0000
committerClement Laforet <clement@FreeBSD.org>2006-08-12 09:05:18 +0000
commit8a2639ab994eb466633080e3f773e8ea5a1c7ce6 (patch)
tree1de6fdf5b7c75c6f87194d106ab52b32c37ace85 /www/apache22
parent3613ada58840da7985b2aa185bc51c007829e8e3 (diff)
downloadports-8a2639ab994eb466633080e3f773e8ea5a1c7ce6.tar.gz
ports-8a2639ab994eb466633080e3f773e8ea5a1c7ce6.zip
Notes
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile.modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/Makefile.modules b/www/apache22/Makefile.modules
index e4fe9dc3cc3f..8df8d9dde7a0 100644
--- a/www/apache22/Makefile.modules
+++ b/www/apache22/Makefile.modules
@@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --with-dbm=sdbm
.if defined(WITH_MYSQL)
USE_MYSQL= YES
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
-CFLAGS+= -I${LOCALBASE}/include/mysql
+CFLAGS+= -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
LDFLAGS+= -L${LOCALBASE}/lib/mysql
CONFIGURE_ENV+= LIBS="${LIBS}"
WITH_THREADS= YES