aboutsummaryrefslogtreecommitdiff
path: root/devel/apr1
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-05 22:24:51 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-05 22:24:51 +0000
commitb869066b9e235072c2ff6ab5a34a4b8629902b64 (patch)
treed720c6ebbc427c6e795b05fb16872c58f0a39090 /devel/apr1
parenta532c44151f6ea49d1ba2d2b82feb3efa5af9ae8 (diff)
downloadports-b869066b9e235072c2ff6ab5a34a4b8629902b64.tar.gz
ports-b869066b9e235072c2ff6ab5a34a4b8629902b64.zip
- Fix coredump when WITH_MYSQL=yes and WITH_MYSQL_VER=55
[still needs ports/146276 for databases/mysql55-server too] - No PORTREVISION bump [very non default options] With Hat: apache@
Notes
Notes: svn path=/head/; revision=253791
Diffstat (limited to 'devel/apr1')
-rw-r--r--devel/apr1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile
index 794a86a369ab..3ef4375ff39a 100644
--- a/devel/apr1/Makefile
+++ b/devel/apr1/Makefile
@@ -147,7 +147,7 @@ PLIST_SUB+= MYSQL=""
USE_MYSQL= YES
APU_CONF_ARGS+= --with-mysql=${LOCALBASE}
CONFIGURE_ENV+= LIBS="${LIBS}"
-CFLAGS+= -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
+CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H
LDFLAGS+= -L${LOCALBASE}/lib/mysql
.if defined(PKGNAMESUFFIX)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-mysql${MYSQL_VER}