aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-09-06 21:34:06 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-09-06 21:34:06 +0800
commit775a2b4e1c524c7cff84a2a5a1d04375957df927 (patch)
treef1cae0a50ca4c8605b379f57bd2fac4b49c5a2dc /net-p2p
parentb1aba995bf67570d4fe538a534b6e042a53a9e98 (diff)
downloadfreebsd-ports-gnome-775a2b4e1c524c7cff84a2a5a1d04375957df927.tar.gz
freebsd-ports-gnome-775a2b4e1c524c7cff84a2a5a1d04375957df927.tar.zst
freebsd-ports-gnome-775a2b4e1c524c7cff84a2a5a1d04375957df927.zip
- Disable strict configure options checking in preparation for portswide --disable-silent-rules
PR: 212075 Approved by: portmgr blanket
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/mldonkey/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile
index 2efb97a0d9d6..160997ff7ba2 100644
--- a/net-p2p/mldonkey/Makefile
+++ b/net-p2p/mldonkey/Makefile
@@ -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