diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /textproc/redland | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) | |
download | ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip |
Notes
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 50865ea463ce..8bb1432d993a 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -42,9 +42,8 @@ THREADS_CONFIGURE_ENABLE= threads #.if defined(WITH_MYSQL) #USE_MYSQL= yes #CONFIGURE_ARGS+=--with-mysql=yes -#CONFIGURE_ENV+= LIBS="${LIBS}" -#CFLAGS+= -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H -#LDFLAGS+= -L${LOCALBASE}/lib/mysql +#CPPFLAGS+= -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H +#LIBS+= -L${LOCALBASE}/lib/mysql #PLIST_SUB+= MYSQL="" #.else CONFIGURE_ARGS+=--with-mysql=no |