diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/mldonkey/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 4042bebb179b..d6e93fee23d8 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -30,8 +30,7 @@ USES= gmake iconv libtool pathfix pkgconfig USE_GNOME= glib20 USE_GSTREAMER1= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules \ - --with-extractor=${LOCALBASE} \ +CONFIGURE_ARGS= --with-extractor=${LOCALBASE} \ --with-gnutls=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} \ --with-libunistring-prefix=${LOCALBASE} \ diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 160997ff7ba2..2efb97a0d9d6 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -24,8 +24,7 @@ ALL_TARGET= opt MAKE_ENV+= OCAMLRUNPARAM="l=256M" MAKE_JOBS_UNSAFE= yes -CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} \ - --disable-option-checking +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} CONFIGURE_ENV+= NEWCXX="${CXX}" \ PTHREAD_LIBS="-lpthread" CPPFLAGS+= -I${LOCALBASE}/include |