diff options
author | ade <ade@FreeBSD.org> | 2004-03-14 02:02:04 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-14 02:02:04 +0800 |
commit | 82b2935020fd94a709f4d8ceaf8cf5f357f642cf (patch) | |
tree | c4781c63fef585b6e567d33284f51df6162e2941 | |
parent | d88fe55f5efb30a6d895779d7da179bdbd1731b7 (diff) | |
download | freebsd-ports-gnome-82b2935020fd94a709f4d8ceaf8cf5f357f642cf.tar.gz freebsd-ports-gnome-82b2935020fd94a709f4d8ceaf8cf5f357f642cf.tar.zst freebsd-ports-gnome-82b2935020fd94a709f4d8ceaf8cf5f357f642cf.zip |
Unset LIBTOOLFILES to fix build after previous commit.
Submitted by: bento
-rw-r--r-- | databases/mysql-administrator/Makefile | 1 |
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}" |