aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache22
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2006-08-12 17:05:18 +0800
committerclement <clement@FreeBSD.org>2006-08-12 17:05:18 +0800
commitb8a0ed3e7043c0b3195de4ba28471a2fb817fb29 (patch)
treee5463c8cc490a56b73d5afece5f36fbac2a96c62 /www/apache22
parentdad3ebc2ada8952815090b2d3e3fcb38635e1df5 (diff)
downloadfreebsd-ports-graphics-b8a0ed3e7043c0b3195de4ba28471a2fb817fb29.tar.gz
freebsd-ports-graphics-b8a0ed3e7043c0b3195de4ba28471a2fb817fb29.tar.zst
freebsd-ports-graphics-b8a0ed3e7043c0b3195de4ba28471a2fb817fb29.zip
- Fix apr_dbd_mysql build
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 e4fe9dc3cc3..8df8d9dde7a 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