svn commit: r443108 - head/lang/yap

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Jun 10 17:48:24 UTC 2017


Author: danilo
Date: Sat Jun 10 17:48:23 2017
New Revision: 443108
URL: https://svnweb.freebsd.org/changeset/ports/443108

Log:
  - Disable myddas explicitly. This avoids a linking problem when mysqlclient is installed.
  
  PR:		219832

Modified:
  head/lang/yap/Makefile

Modified: head/lang/yap/Makefile
==============================================================================
--- head/lang/yap/Makefile	Sat Jun 10 17:45:44 2017	(r443107)
+++ head/lang/yap/Makefile	Sat Jun 10 17:48:23 2017	(r443108)
@@ -24,7 +24,8 @@ DOCS_INSTALL_TARGET=	install install_docs
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-max-performance
+CONFIGURE_ARGS=	--enable-max-performance \
+		--disable-myddas
 USES=		gmake localbase readline
 
 DOCSDIR=	${PREFIX}/share/doc/Yap


More information about the svn-ports-all mailing list