svn commit: r317519 - in head/databases: mysql50-server mysql51-server

Alex Dupre ale at FreeBSD.org
Mon May 6 14:49:12 UTC 2013


Author: ale
Date: Mon May  6 14:49:11 2013
New Revision: 317519
URL: http://svnweb.freebsd.org/changeset/ports/317519

Log:
  Fix also -server ports with clang.

Modified:
  head/databases/mysql50-server/Makefile
  head/databases/mysql51-server/Makefile

Modified: head/databases/mysql50-server/Makefile
==============================================================================
--- head/databases/mysql50-server/Makefile	Mon May  6 14:10:45 2013	(r317518)
+++ head/databases/mysql50-server/Makefile	Mon May  6 14:49:11 2013	(r317519)
@@ -35,6 +35,8 @@ CONFIGURE_ARGS=	--localstatedir=/var/db/
 		--with-comment='FreeBSD port: ${PKGNAME}' \
 		--enable-thread-safe-client
 
+CONFIGURE_ENV=	mysql_cv_btype_last_arg_accept=socklen_t
+
 .ifdef USE_MYSQL
 .error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
 .endif

Modified: head/databases/mysql51-server/Makefile
==============================================================================
--- head/databases/mysql51-server/Makefile	Mon May  6 14:10:45 2013	(r317518)
+++ head/databases/mysql51-server/Makefile	Mon May  6 14:49:11 2013	(r317519)
@@ -25,6 +25,8 @@ CONFIGURE_ARGS=	--localstatedir=/var/db/
 		--with-comment='FreeBSD port: ${PKGNAME}' \
 		--enable-thread-safe-client
 
+CONFIGURE_ENV=	mysql_cv_btype_last_arg_accept=socklen_t
+
 .ifdef USE_MYSQL
 .error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
 .endif


More information about the svn-ports-all mailing list