diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-06 06:24:51 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-06 06:24:51 +0800 |
commit | 60785a47a0beb402d80b48a6dedde9e3da52cb39 (patch) | |
tree | 730a637625bae2674535385c24f6ce2187ba5a3f /devel/apr0/Makefile | |
parent | ef53791e67afefb90101c30aa8273c07b7019421 (diff) | |
download | freebsd-ports-gnome-60785a47a0beb402d80b48a6dedde9e3da52cb39.tar.gz freebsd-ports-gnome-60785a47a0beb402d80b48a6dedde9e3da52cb39.tar.zst freebsd-ports-gnome-60785a47a0beb402d80b48a6dedde9e3da52cb39.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@
Diffstat (limited to 'devel/apr0/Makefile')
-rw-r--r-- | devel/apr0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 794a86a369ab..3ef4375ff39a 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/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} |