pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/jemalloc devel/jemalloc: remove unknown configur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af14fcd2a139
branches:  trunk
changeset: 425537:af14fcd2a139
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 12:53:10 2020 +0000

description:
devel/jemalloc: remove unknown configure option

The configure program does not contain the word "silent" anymore.

diffstat:

 devel/jemalloc/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d9b351e2bdd6 -r af14fcd2a139 devel/jemalloc/Makefile
--- a/devel/jemalloc/Makefile   Sun Mar 22 12:42:41 2020 +0000
+++ b/devel/jemalloc/Makefile   Sun Mar 22 12:53:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:18:44 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/03/22 12:53:10 rillig Exp $
 
 DISTNAME=      jemalloc-5.2.1
 PKGREVISION=   1
@@ -18,7 +18,6 @@
 USE_LANGUAGES=         c
 USE_TOOLS+=            autoconf automake aclocal gmake perl:run
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --enable-cc-silence
 CONFIGURE_ARGS+=       --enable-xmalloc
 CONFIGURE_ARGS+=       --with-xslroot=${PREFIX}/share/xsl/docbook/
 PKGCONFIG_OVERRIDE=    jemalloc.pc.in



Home | Main Index | Thread Index | Old Index