summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-03-13 18:02:04 +0000
committerAde Lovett <ade@FreeBSD.org>2004-03-13 18:02:04 +0000
commit775b37152684a27d2f3eec037a942fea37189119 (patch)
treeeb2fe7e2519088a50992a93ac2f90e32c9654de7 /databases
parentCorrect a typo that prevented thread support from being enabled. (diff)
Unset LIBTOOLFILES to fix build after previous commit.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=103888
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-administrator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql-administrator/Makefile b/databases/mysql-administrator/Makefile
index 40678e0cf673..0685d8dae772 100644
--- a/databases/mysql-administrator/Makefile
+++ b/databases/mysql-administrator/Makefile
@@ -27,6 +27,7 @@ USE_REINPLACE= yes
USE_GMAKE= yes
USE_AUTOMAKE_VER= 14
USE_AUTOCONF_VER= 257
+LIBTOOLFILES=
CONFIGURE_ENV+= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"