svn commit: r421427 - head/net-p2p/mldonkey

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 6 13:34:08 UTC 2016


Author: amdmi3
Date: Tue Sep  6 13:34:06 2016
New Revision: 421427
URL: https://svnweb.freebsd.org/changeset/ports/421427

Log:
  - Disable strict configure options checking in preparation for portswide --disable-silent-rules
  
  PR:		212075
  Approved by:	portmgr blanket

Modified:
  head/net-p2p/mldonkey/Makefile

Modified: head/net-p2p/mldonkey/Makefile
==============================================================================
--- head/net-p2p/mldonkey/Makefile	Tue Sep  6 13:33:01 2016	(r421426)
+++ head/net-p2p/mldonkey/Makefile	Tue Sep  6 13:34:06 2016	(r421427)
@@ -24,7 +24,8 @@ ALL_TARGET=	opt
 MAKE_ENV+=	OCAMLRUNPARAM="l=256M"
 MAKE_JOBS_UNSAFE=	yes
 
-CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG}
+CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} \
+		--disable-option-checking
 CONFIGURE_ENV+=	NEWCXX="${CXX}" \
 		PTHREAD_LIBS="-lpthread"
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list